Skip to content

Commit

Permalink
Update start
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Nov 28, 2019
1 parent a08a8be commit 5a18da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
db_create=$(RAILS_ENV=$RAILS_ENV bundle exec rake db:create)
echo $db_create

if [[ $db_create == *"ERROR"* ]]; then
if [[ $db_create == *"Error"* ]]; then
echo ">>> Database migration"
bundle exec rake db:migrate
else
Expand Down

0 comments on commit 5a18da1

Please sign in to comment.