From 0d76dbbf2d54fc1fd3d483972c1e098863061923 Mon Sep 17 00:00:00 2001 From: jojotong Date: Mon, 17 Feb 2025 16:12:36 +0800 Subject: [PATCH] typo: iamge --- cmd/kk/pkg/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kk/pkg/images/images.go b/cmd/kk/pkg/images/images.go index bcfb67eef..1e6439842 100644 --- a/cmd/kk/pkg/images/images.go +++ b/cmd/kk/pkg/images/images.go @@ -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")