debug
This commit is contained in:
parent
f627fde186
commit
3e5b7f99fc
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import (
|
|||
|
||||
func (cmd *LinuxCommand) isCommandExecutable(command string) (bool, error) {
|
||||
|
||||
fmt.Println(command)
|
||||
|
||||
whichOut, err := cmd2.Which(command, cmd2.BasicOptions{
|
||||
Env: cmd.Options.Env,
|
||||
Sources: cmd.Options.Sources,
|
||||
|
|
Loading…
Reference in a new issue