Skip to content

Commit

Permalink
Merge pull request #55 from moshe010/fix_typo
Browse files Browse the repository at this point in the history
fix typo in error msg
  • Loading branch information
moshe010 authored Mar 3, 2021
2 parents d5761c2 + 1bd2f60 commit cea28a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ib-sriov-cni/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func getNetConfNetns(args *skel.CmdArgs) (*localtypes.NetConf, ns.NetNS, error)

if netConf.IBKubernetesEnabled && netConf.Args.CNI[infiniBandAnnotation] != configuredInfiniBand {
return nil, nil, fmt.Errorf(
"infiniBand SRIOV-CNI failed, InfiniBand status \"%s\" is not \"%s\" please check mellanox ib-kubernets",
"infiniBand SRIOV-CNI failed, InfiniBand status \"%s\" is not \"%s\" please check mellanox ib-kubernetes",
infiniBandAnnotation, configuredInfiniBand)
}

Expand Down

0 comments on commit cea28a4

Please sign in to comment.