copy tweak

This commit is contained in:
Noah Zoschke
2011-09-12 16:01:06 -07:00
parent cc47d0aaaf
commit d3deb6c625
+1 -1
View File
@@ -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