summaryrefslogtreecommitdiff
path: root/pkg/machine/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-01 17:14:44 +0200
committerGitHub <noreply@github.com>2021-04-01 17:14:44 +0200
commit8b599c51268dc141bd963d8b5d3f25feadfcbb0e (patch)
tree6f6ade9a91ba306b3d27f7b8ae09da83830da7bd /pkg/machine/config.go
parent12881abc065afda5bf979accfead542d411f48d6 (diff)
parentf6438d36f3e52eb721f4223e767fd67b4c274d08 (diff)
downloadpodman-8b599c51268dc141bd963d8b5d3f25feadfcbb0e.tar.gz
podman-8b599c51268dc141bd963d8b5d3f25feadfcbb0e.tar.bz2
podman-8b599c51268dc141bd963d8b5d3f25feadfcbb0e.zip
Merge pull request #9894 from baude/machinesshfix
Remove --execute from podman machine ssh
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r--pkg/machine/config.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go
index 554ea7c97..32b3b5c2b 100644
--- a/pkg/machine/config.go
+++ b/pkg/machine/config.go
@@ -56,8 +56,7 @@ type ListResponse struct {
}
type SSHOptions struct {
- Execute bool
- Args []string
+ Args []string
}
type StartOptions struct{}