8000 Updated click options · tj-python/github-deploy@ce2a26a · GitHub
[go: up one dir, main page]

Skip to content

Commit ce2a26a

Browse files
authored
Updated click options
1 parent 0ab13d8 commit ce2a26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_deploy/commands/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async def main(org, token, source, dest, overwrite, private):
246246
)
247247
)
248248
click.echo(click.style(deploy_msg, fg="blue"))
249-
c = click.prompt(click.style("Continue? [Yn] ", fg="blue"))
249+
c = click.prompt(click.style("Continue? [YN] ", fg="blue"))
250250

251251
if c.lower() == "y":
252252
click.echo(click.style("Uploading...", blink=True, fg="green"))

0 commit comments

Comments
 (0)
0