From 4f856d6f78f8ffe1795a71195244e5a332ac3215 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 26 Nov 2019 20:45:32 +0100 Subject: gitlab: configurator cleanup --- bridge/github/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/github') diff --git a/bridge/github/config.go b/bridge/github/config.go index f6fbe7ec..9d059b00 100644 --- a/bridge/github/config.go +++ b/bridge/github/config.go @@ -253,7 +253,7 @@ func promptTokenOptions(repo repository.RepoCommon, owner, project string) (*cor } fmt.Println() - fmt.Println("[1]: user provided token") + fmt.Println("[1]: enter my token") fmt.Println("[2]: interactive token creation") if len(tokens) > 0 { -- cgit