Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Dec 13, 2017
1 parent 03fdc39 commit 8bdfc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mkdir -p postgres/data
printf "\n$blue%s$nc\n\n" "Starting Ernest"

# run docker compose, add a '-d' to run in daemon mode
if $is_development_build ; then
if $is_a_development_build ; then
composable up
else
docker-compose up -d
Expand Down

0 comments on commit 8bdfc98

Please sign in to comment.