aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github
diff options
context:
space:
mode:
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 {