mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
fixup
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -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 {
|
if val, err := strconv.Atoi(isolation); err == nil {
|
||||||
return buildah.Isolation(val)
|
return buildah.Isolation(val)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user