mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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 a new issue