Skip to content

Commit

Permalink
Oups .. didn't check when optional
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Sep 23, 2020
1 parent 01326dc commit a4194d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/deploy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def run(self, args):
exit(1)
else:
from deployer.src.index import deploy_config
deploy_config(args[0], args[1])
deploy_config(args[0], args[1] if len(args) > 1 else True)

0 comments on commit a4194d8

Please sign in to comment.