From d3deb6c625902d279830dc34bff91d20fa1ddb04 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 12 Sep 2011 16:01:06 -0700 Subject: [PATCH] copy tweak --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 5d41464..1512838 100755 --- a/bin/compile +++ b/bin/compile @@ -21,7 +21,7 @@ cd $BUILD_DIR # reject a non-packaged Django app if [ "$NAME" = "Python" ]; then - [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app be in a package subdirectory"; exit 1; } + [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; } fi # copy artifacts out of cache if exists