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) {
|
func printStageHelp(stage registerStage) {
|
||||||
switch stage {
|
switch stage {
|
||||||
case StageOverwriteLocalConfig:
|
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:
|
case StageInputInstance:
|
||||||
log.Infoln("Enter the Gitea instance URL (for example, https://gitea.com/):")
|
log.Infoln("Enter the Gitea instance URL (for example, https://gitea.com/):")
|
||||||
case StageInputToken:
|
case StageInputToken:
|
||||||
|
|
Loading…
Reference in New Issue