From c23a9b9d81aa88b6b7cfca67cd539cf49436f61a Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 17 Feb 2020 21:05:54 -0600 Subject: [PATCH] Formatting Signed-off-by: jolheiser --- cmd/token_add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/token_add.go b/cmd/token_add.go index 744c376..73858ac 100644 --- a/cmd/token_add.go +++ b/cmd/token_add.go @@ -48,7 +48,7 @@ func doTokenAdd(ctx *cli.Context) error { authQuestions := []*survey.Question{ { Name: "username", - Prompt: &survey.Input{Message: "Username the Gitea instance"}, + Prompt: &survey.Input{Message: "Username for the Gitea instance"}, Validate: survey.Required, }, {