mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
replace make
This commit is contained in:
parent
8247fd69c9
commit
49b507d2ff
|
|
@ -80,7 +80,7 @@ func includes(array []string, str string) bool {
|
|||
func (c *GitCommand) GetStatusFiles() []File {
|
||||
statusOutput, _ := c.GitStatus()
|
||||
statusStrings := utils.SplitLines(statusOutput)
|
||||
files := make([]File, 0)
|
||||
files := []File{}
|
||||
|
||||
for _, statusString := range statusStrings {
|
||||
change := statusString[0:2]
|
||||
|
|
|
|||
Loading…
Reference in a new issue