typo in script/server

This commit is contained in:
MrZYX 2011-03-26 18:58:18 +01:00
parent 38673158f6
commit 5918dbf786

View file

@ -160,8 +160,8 @@ fi
# echo 'WARNING: Jammit precache error (now or at install)' >&2
#fi
if [ ! -e 'public/assets/default.css']; then
if ["$RAILS_ENV" == 'production']; then
if [ ! -e 'public/assets/default.css' ]; then
if [ "$RAILS_ENV" == 'production' ]; then
echo "INFO: If you want further performance improvements," >&2
echo "after the first request to the page after each git pull, run:" >&2
echo "bundle exec jammit" >&2