mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
vendor: update go.podman.io/{common,image,storage}
Update to the latest tags to make sure they all work correctly. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/go.podman.io/common/pkg/ssh/connection_golang.go
generated
vendored
2
vendor/go.podman.io/common/pkg/ssh/connection_golang.go
generated
vendored
@@ -194,7 +194,7 @@ func golangConnectionScp(options ConnectionScpOptions) (*ConnectionScpReport, er
|
||||
}
|
||||
|
||||
// ExecRemoteCommand takes a ssh client connection and a command to run and executes the
|
||||
// command on the specified client. The function returns the Stdout from the client or the Stderr
|
||||
// command on the specified client. The function returns the Stdout from the client or the Stderr.
|
||||
func ExecRemoteCommand(dial *ssh.Client, run string) ([]byte, error) {
|
||||
return ExecRemoteCommandWithInput(dial, run, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user