Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Mar 14, 2024
1 parent ad81dbf commit 0fd3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/api/shim.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func CmdDel(args *skel.CmdArgs) error {
_, _, err := postRequest(args)
if err != nil {
// No error in DEL (as of CNI spec)
logging.Errorf("CmdCheck (shim): %v", err)
logging.Errorf("CmdDel (shim): %v", err)
}
return nil
}
Expand Down

0 comments on commit 0fd3fa7

Please sign in to comment.