mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-18 14:28:01 +00:00
Fix typo in pod create
Signed-off-by: Christian Felder <c.felder@fz-juelich.de>
This commit is contained in:
parent
c869b96d77
commit
90d82eb034
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ func (r *LocalRuntime) CreatePod(ctx context.Context, cli *cliconfig.PodCreateVa
|
|||
logrus.Debugf("Pod will use host networking")
|
||||
options = append(options, libpod.WithPodHostNetwork())
|
||||
case "":
|
||||
return "", errors.Errorf("invalid value passed to --net: must provide a comma-separated list of CNI networks or host")
|
||||
return "", errors.Errorf("invalid value passed to --network: must provide a comma-separated list of CNI networks or host")
|
||||
default:
|
||||
// We'll assume this is a comma-separated list of CNI
|
||||
// networks.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue