pkg/utils: Rename a variable for consistency
Fallout from df7e01df10
https://github.com/containers/toolbox/pull/1303
This commit is contained in:
parent
d14fd7bb50
commit
774ce8bd07
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ func ResolveContainerAndImageNames(container, distroCLI, imageCLI, releaseCLI st
|
|||
}
|
||||
}
|
||||
|
||||
if _, ok := supportedDistros[distro]; !ok {
|
||||
if _, supportedDistro := supportedDistros[distro]; !supportedDistro {
|
||||
return "", "", "", &DistroError{distro, ErrDistroUnsupported}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue