Skip to content

Commit

Permalink
test: fix wrong spelling
Browse files Browse the repository at this point in the history
Signed-off-by: zyfjeff <[email protected]>
  • Loading branch information
zyfjeff committed Jun 8, 2022
1 parent c58ef29 commit e0c085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/nydusify/pkg/checker/checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (checker *Checker) Check(ctx context.Context) error {
return errors.Wrap(err, "output image information")
}

mode := "cache"
mode := "cached"
digestValidate := true
if checker.FsVersion == "6" {
mode = "direct"
Expand Down

0 comments on commit e0c085b

Please sign in to comment.