We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989b6bd commit 4eeb7f0Copy full SHA for 4eeb7f0
1 file changed
github_deploy/main.py
@@ -32,7 +32,8 @@ def get_command(self, ctx, name):
32
33
main = GithubDeploy(
34
help=(
35
- "Deploy changes to multiple github repositories using a single command."
+ "Deploy changes to multiple github repositories using "
36
+ "a single command."
37
),
38
)
39
0 commit comments