Commit 0e63e4d1a4302c644fc6e211ad8c1721851df96a

Authored by Antonio Terceiro
1 parent 74770644

ActionItem862: post-mortem: fixed test in script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/release-v0.13.0-ecosol
... ... @@ -2,7 +2,7 @@
2 2  
3 3 set -e
4 4  
5   -if [ -x $RAILS_ENV ]; then
  5 +if [ -z $RAILS_ENV ]; then
6 6 export RAILS_ENV=production
7 7 fi
8 8  
... ...