mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-09 22:25:03 +02:00
fix(typo): Use uppercase N for default input prompt (#9)
Runner is already registered, overwrite local config? [y/N] Reviewed-on: https://gitea.com/gitea/act_runner/pulls/9 Reviewed-by: Jason Song <[email protected]> Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: Xinyu Zhou <[email protected]> Co-committed-by: Xinyu Zhou <[email protected]>
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ func registerInteractive(envFile string) error {
|
||||
func printStageHelp(stage registerStage) {
|
||||
switch stage {
|
||||
case StageOverwriteLocalConfig:
|
||||
log.Infoln("Runner is already registered, overwrite local config? [Y/n]")
|
||||
log.Infoln("Runner is already registered, overwrite local config? [y/N]")
|
||||
case StageInputInstance:
|
||||
log.Infoln("Enter the Gitea instance URL (for example, https://gitea.com/):")
|
||||
case StageInputToken:
|
||||
|
||||
Reference in New Issue
Block a user