We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910a1ed commit 6fc4194Copy full SHA for 6fc4194
1 file changed
github_deploy/main.py
@@ -24,7 +24,7 @@ def get_command(self, ctx, name):
24
eval(code, ns, ns)
25
return ns['main']
26
27
- ctx.fail("Invalid Command: {name}".format(name=name))
+ ctx.fail("Invalid Command \"{name}\"".format(name=name))
28
29
30
main = GithubDeploy(
0 commit comments