mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Re-enable custom command template application (#470)
This commit is contained in:
parent
e8e808ff47
commit
937a6a9c93
1 changed files with 1 additions and 2 deletions
|
|
@ -18,9 +18,8 @@ func (gui *Gui) createCommandMenu(customCommands []config.CustomCommand, command
|
||||||
return command.InternalFunction()
|
return command.InternalFunction()
|
||||||
}
|
}
|
||||||
|
|
||||||
resolvedCommand := command.Command
|
|
||||||
if command.Shell {
|
if command.Shell {
|
||||||
resolvedCommand = gui.OSCommand.NewCommandStringWithShell(command.Command)
|
resolvedCommand = gui.OSCommand.NewCommandStringWithShell(resolvedCommand)
|
||||||
}
|
}
|
||||||
|
|
||||||
// if we have a command for attaching, we attach and return the subprocess error
|
// if we have a command for attaching, we attach and return the subprocess error
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue