From 8c870cabfbb1fb2a998943be9c43eead89493dbd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 30 May 2012 01:36:26 -0400 Subject: [PATCH] proper path --- bin/steps/django/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/django/init b/bin/steps/django/init index 029321a3..82002633 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -14,4 +14,4 @@ if [ ! "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/django/injection fi -source ./collectstatic \ No newline at end of file +source $BIN_DIR/steps/django/collectstatic \ No newline at end of file -- GitLab