1
0
mirror of https://gitea.com/jolheiser/sip synced 2024-11-22 11:41:59 +01:00

Formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-02-17 21:05:54 -06:00
parent 039c227402
commit c23a9b9d81
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A

@ -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,
},
{