Skip to content

Commit c0a4cb7

Browse files
update prompt message
Signed-off-by: GuillaumeFalourd <[email protected]>
1 parent 6163f6f commit c0a4cb7

File tree

1 file changed

+1
-1
lines changed
  • github/update/many-default-branches/src/formula

1 file changed

+1
-1
lines changed

github/update/many-default-branches/src/formula/formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run(token, username, default_branch, repos):
2222
else: # I want to select
2323
question1 = [
2424
inquirer.Checkbox("repositories",
25-
message = f"\033[1m\033[36m{username}\033[0m \033[1mrepository to delete:\033[0m ",
25+
message = f"\033[1m\033[36m{username}\033[0m \033[1mrepository to update:\033[0m ",
2626
choices = all_repositories,
2727
),
2828
]

0 commit comments

Comments
 (0)