diff options
author | Amine <hilalyamine@gmail.com> | 2019-12-27 03:29:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-27 03:29:53 +0100 |
commit | c769348c75ef7d955fff5a5979bcc0370e1daaf0 (patch) | |
tree | eca31446cd51d17138a12cb92b403aab143fb1d5 /bridge/gitlab | |
parent | 5cffb5d11435257ebf5213c9a1710afb04978e9e (diff) | |
download | git-bug-c769348c75ef7d955fff5a5979bcc0370e1daaf0.tar.gz |
bridge/gitlab/config.go printing typo
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'bridge/gitlab')
-rw-r--r-- | bridge/gitlab/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/config.go b/bridge/gitlab/config.go index c92515b5..ce066766 100644 --- a/bridge/gitlab/config.go +++ b/bridge/gitlab/config.go @@ -175,7 +175,7 @@ func promptBaseUrlOptions() (string, error) { func promptBaseUrl() (string, error) { for { - fmt.Print("base url: ") + fmt.Print("Base url: ") line, err := bufio.NewReader(os.Stdin).ReadString('\n') if err != nil { |