mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +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 {
|
||||
return buildah.Isolation(val)
|
||||
}
|
||||
|
Reference in New Issue
Block a user