We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7e41e + 5186b94 commit 1109a8bCopy full SHA for 1109a8b
ssh/ssh.go
@@ -92,7 +92,7 @@ func runSshCommand(sshSession *SshSession) (string, error) {
92
return "", err
93
}
94
95
- bytes, err := sshSession.Session.Output(sshSession.Options.Command)
+ bytes, err := sshSession.Session.CombinedOutput(sshSession.Options.Command)
96
if err != nil {
97
98
0 commit comments