Skip to content

Commit

Permalink
Update delete.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 11, 2022
1 parent ce2a26a commit bfe26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_deploy/commands/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def main(org, token, dest):
click.echo(click.style('Deleting "{path}" for all repositories:'.format(path=dest), fg="blue"))
click.echo("\n".join(repos))

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

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

0 comments on commit bfe26a3

Please sign in to comment.