mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01: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()
|
||||
}
|
||||
|
||||
resolvedCommand := command.Command
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue