From fb4284bfae3d79a7356d6acb1d42a5c074dd960c Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 28 Feb 2023 15:05:33 -0700 Subject: [PATCH] Rebrand runner for Forgejo --- cmd/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/register.go b/cmd/register.go index b123db4..9fee751 100644 --- a/cmd/register.go +++ b/cmd/register.go @@ -221,7 +221,7 @@ func printStageHelp(stage registerStage) { case StageOverwriteLocalConfig: 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/):") + log.Infoln("Enter the Forgejo instance URL (for example, https://codeberg.org/):") case StageInputToken: log.Infoln("Enter the runner token:") case StageInputRunnerName: