mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Trying to fix circleci
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user