Skip to content

Commit

Permalink
Merge pull request #182 from torodb/hotfix-1.0.0-beta2-1
Browse files Browse the repository at this point in the history
Fixed typo in docker entry point script
  • Loading branch information
teoincontatto authored May 16, 2017
2 parents 7c04cc7 + a868bea commit c4ca20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/dist/docker/entry-point
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
-d "$TORODB_BACKEND_DATABASE" \
-c "SELECT 1" > /dev/null 2>&1
then
@{assembler.name}-setup root \
@{assembler.name}-setup \
--backend-host "$TORODB_BACKEND_HOST" \
--backend-port "$TORODB_BACKEND_PORT" \
--backend-database "$TORODB_BACKEND_DATABASE" \
Expand Down

0 comments on commit c4ca20a

Please sign in to comment.