8000 Update delete.py · tj-python/github-deploy@bfe26a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfe26a3

Browse files
authored
Update delete.py
1 parent ce2a26a commit bfe26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_deploy/commands/delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def main(org, token, dest):
185185
click.echo(click.style('Deleting "{path}" for all repositories:'.format(path=dest), fg="blue"))
186186
click.echo("\n".join(repos))
187187

188-
c = click.prompt(click.style("Continue? [Yn] ", fg="blue"))
188+
c = click.prompt(click.style("Continue? [YN] ", fg="blue"))
189189

190190
if c.lower() == "y":
191191
click.echo(click.style("Deleting...", blink=True, fg="green"))

0 commit comments

Comments
 (0)
0