mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 04:37:22 +01: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 <wolfogre@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Xinyu Zhou <i@sourcehut.net> Co-committed-by: Xinyu Zhou <i@sourcehut.net>
This commit is contained in:
parent
6d2200b3d6
commit
9ba9604256
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user