mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-31 03:11:14 +02:00
no need to log this
This commit is contained in:
parent
6fbe660f96
commit
6137d66914
@ -300,7 +300,6 @@ func sanitisedCommandOutput(output []byte, err error) (string, error) {
|
||||
|
||||
// OpenFile opens a file with the given
|
||||
func (c *OSCommand) OpenFile(filename string) error {
|
||||
c.LogCommand(fmt.Sprintf("Opening file '%s'", filename), false)
|
||||
commandTemplate := c.Config.GetUserConfig().OS.OpenCommand
|
||||
templateValues := map[string]string{
|
||||
"filename": c.Quote(filename),
|
||||
|
Loading…
Reference in New Issue
Block a user