summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMatej Vasek <mvasek@redhat.com>2021-03-23 18:04:18 +0100
committerMatej Vasek <mvasek@redhat.com>2021-03-23 18:07:36 +0100
commit4db4c65443b35c10c1de7224deeb13548419daa1 (patch)
tree637ee76b65824747f64c800027addd0bb9426bf9 /pkg
parentaba3bbd0594982c7f696c481be1a90dcec475bba (diff)
downloadpodman-4db4c65443b35c10c1de7224deeb13548419daa1.tar.gz
podman-4db4c65443b35c10c1de7224deeb13548419daa1.tar.bz2
podman-4db4c65443b35c10c1de7224deeb13548419daa1.zip
fixup
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/api/handlers/compat/images_build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/images_build.go b/pkg/api/handlers/compat/images_build.go
index 063ad7413..0a63d6e1c 100644
--- a/pkg/api/handlers/compat/images_build.go
+++ b/pkg/api/handlers/compat/images_build.go
@@ -481,7 +481,7 @@ func parseNetworkConfigurationPolicy(network string) buildah.NetworkConfiguratio
}
}
-func parseLibPodIsolation(isolation string) buildah.Isolation {
+func parseLibPodIsolation(isolation string) buildah.Isolation { // nolint
if val, err := strconv.Atoi(isolation); err == nil {
return buildah.Isolation(val)
}