diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-11 13:06:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 13:06:39 -0700 |
commit | 272f10f1bbf885c15b7a02175804020d71a5f992 (patch) | |
tree | d5920429a440d86231a27c58c905e1cefb75a97c /cmd/podman/cliconfig | |
parent | 745993b592903544e5a3b38ae9336e65c56874f4 (diff) | |
parent | 495f2ce5150bc8ab042a24967a08da22a2465b3b (diff) | |
download | podman-272f10f1bbf885c15b7a02175804020d71a5f992.tar.gz podman-272f10f1bbf885c15b7a02175804020d71a5f992.tar.bz2 podman-272f10f1bbf885c15b7a02175804020d71a5f992.zip |
Merge pull request #2902 from baude/remoteattachfixes
Fixes for podman-remote run and attach
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r-- | cmd/podman/cliconfig/commands.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/commands.go b/cmd/podman/cliconfig/commands.go index 3361c14b8..00b66e32a 100644 --- a/cmd/podman/cliconfig/commands.go +++ b/cmd/podman/cliconfig/commands.go @@ -1,6 +1,8 @@ package cliconfig -import "github.com/sirupsen/logrus" +import ( + "github.com/sirupsen/logrus" +) // GlobalIsSet is a compatibility method for urfave func (p *PodmanCommand) GlobalIsSet(opt string) bool { |