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:
@@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user