mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
migrate more tests
This commit is contained in:
@ -179,7 +179,7 @@ func (self *Shell) StashWithMessage(message string) *Shell {
|
||||
}
|
||||
|
||||
func (self *Shell) SetConfig(key string, value string) *Shell {
|
||||
self.RunCommand(fmt.Sprintf(`git config --local "%s" %s`, key, value))
|
||||
self.RunCommand(fmt.Sprintf(`git config --local "%s" "%s"`, key, value))
|
||||
return self
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user