1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Trying to fix circleci

This commit is contained in:
mjarkk
2018-11-10 18:24:37 +01:00
parent 9fafd7ebc1
commit 18a1070c2c

View File

@@ -75,11 +75,11 @@ func (c *OSCommand) DetectUnamePass(command string, ask func(string) string) err
canAskFor bool canAskFor bool
} }
prompts := map[string]Prompt{ prompts := map[string]Prompt{
"password": Prompt{ "password": {
pattern: `Password\s*for\s*'.+':`, pattern: `Password\s*for\s*'.+':`,
canAskFor: true, canAskFor: true,
}, },
"username": Prompt{ "username": {
pattern: `Username\s*for\s*'.+':`, pattern: `Username\s*for\s*'.+':`,
canAskFor: true, canAskFor: true,
}, },