Skip to content

Commit

Permalink
typo: iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
jojotong committed Feb 17, 2025
1 parent 99b6ddf commit 0d76dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kk/pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (image Image) ImageRepo() string {
// if match, change it
modifiedNamespace = strings.ReplaceAll(image.Namespace, matchSrc, image.NamespaceRewrite.Dest)
}
logger.Log.Debugf("changed iamge namespace: %s -> %s", image.Namespace, modifiedNamespace)
logger.Log.Debugf("changed image namespace: %s -> %s", image.Namespace, modifiedNamespace)
image.Namespace = modifiedNamespace
default:
logger.Log.Warn("namespace rewrite action not specified")
Expand Down

0 comments on commit 0d76dbb

Please sign in to comment.