mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 08:06:25 -04:00
Trying to fix circleci
This commit is contained in:
parent
9fafd7ebc1
commit
18a1070c2c
|
|
@ -75,11 +75,11 @@ func (c *OSCommand) DetectUnamePass(command string, ask func(string) string) err
|
|||
canAskFor bool
|
||||
}
|
||||
prompts := map[string]Prompt{
|
||||
"password": Prompt{
|
||||
"password": {
|
||||
pattern: `Password\s*for\s*'.+':`,
|
||||
canAskFor: true,
|
||||
},
|
||||
"username": Prompt{
|
||||
"username": {
|
||||
pattern: `Username\s*for\s*'.+':`,
|
||||
canAskFor: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue