Skip to content
Snippets Groups Projects
Unverified Commit c769348c authored by Amine Hilaly's avatar Amine Hilaly Committed by GitHub
Browse files

bridge/gitlab/config.go printing typo

parent 5cffb5d1
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ func promptBaseUrlOptions() (string, error) { ...@@ -175,7 +175,7 @@ func promptBaseUrlOptions() (string, error) {
func promptBaseUrl() (string, error) { func promptBaseUrl() (string, error) {
for { for {
fmt.Print("base url: ") fmt.Print("Base url: ")
line, err := bufio.NewReader(os.Stdin).ReadString('\n') line, err := bufio.NewReader(os.Stdin).ReadString('\n')
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment