This commit is contained in:
Shane C 2024-07-10 20:24:17 -04:00
parent def7d60825
commit 69b891d598
Signed by: shane
GPG key ID: E46B5FEA35B22FF9

View file

@ -27,6 +27,8 @@ func (cmd *LinuxCommand) isCommandExecutable(command string) (bool, error) {
} }
} }
fmt.Println(whichOut)
if len(whichOut) == 0 { if len(whichOut) == 0 {
return false, nil return false, nil
} }