Skip to content

Commit

Permalink
Fix typo in pod create
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Felder <[email protected]>
  • Loading branch information
cfelder authored and snj33v committed May 31, 2020
1 parent 732bc7e commit 5115373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/adapter/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5115373

Please sign in to comment.