From e5ac89c4df9ac3cb05a91235e58640d0a5663faf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 4 Feb 2016 23:56:18 -0500 Subject: [PATCH] indent env output --- bin/steps/collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 9ab29f5a..4b095fef 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -49,7 +49,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL echo echo "****** Collectstatic environment variables:" echo - env + env | indent fi # Abort the build. -- GitLab