1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

small changes

This commit is contained in:
Jesse Duffield 2020-10-07 19:00:48 +11:00
parent 88f2a66a51
commit ba4c3e5bc4
2 changed files with 1 additions and 5 deletions

View File

@ -328,7 +328,7 @@ func runLazygit(t *testing.T, testPath string, rootDir string, record bool, spee
_ = f.Close()
} else {
err := osCommand.RunExecutable(cmd)
err := cmd.Run()
assert.NoError(t, err)
}
}

View File

@ -4,9 +4,5 @@ gui:
activeBorderColor:
- green
- bold
inactiveBorderColor:
- cyan
selectedLineBgColor:
- reverse
SelectedRangeBgcolor:
- reverse