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
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment