aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-26 20:45:32 +0100
committerMichael Muré <batolettre@gmail.com>2019-11-26 20:45:32 +0100
commit4f856d6f78f8ffe1795a71195244e5a332ac3215 (patch)
treeb0c702f60a10426ff2989bf66d155548e3efc383 /bridge/github
parentafe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346 (diff)
downloadgit-bug-4f856d6f78f8ffe1795a71195244e5a332ac3215.tar.gz
gitlab: configurator cleanup
Diffstat (limited to 'bridge/github')
-rw-r--r--bridge/github/config.go2
1 files changed, 1 insertions, 1 deletions
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 {