Skip to content

Commit

Permalink
Merge pull request #93 from akretion/imp_voodoo_up
Browse files Browse the repository at this point in the history
[FIX] voodoo up in detached mode
  • Loading branch information
sebastienbeau authored Nov 10, 2017
2 parents e57fc30 + 826c0f8 commit 0564012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voodoo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ class VoodooBuild(VoodooForward):

@Voodoo.subcommand("up")
class VoodooUp(VoodooForward):
"""Start all services"""
_cmd = "up"
"""Start all services in detached mode"""
_cmd = "up -d"


@Voodoo.subcommand("down")
Expand Down

0 comments on commit 0564012

Please sign in to comment.