Skip to content

Commit 6fc4194

Browse files
authored
Update main.py
1 parent 910a1ed commit 6fc4194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_deploy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_command(self, ctx, name):
2424
eval(code, ns, ns)
2525
return ns['main']
2626

27-
ctx.fail("Invalid Command: {name}".format(name=name))
27+
ctx.fail("Invalid Command \"{name}\"".format(name=name))
2828

2929

3030
main = GithubDeploy(

0 commit comments

Comments
 (0)