diff options
| author | guoguangwu <guoguangwu@magic-shield.com> | 2023-09-20 16:09:41 +0800 |
|---|---|---|
| committer | jannfis <jann@mistrust.net> | 2023-12-04 15:56:41 -0500 |
| commit | 14bdc8115a450d87812e4404952fa20431065057 (patch) | |
| tree | 1b803029cd78ac3a343604259af839b7dde782de /pkg | |
| parent | b1a9654b0e62cabf6551ed699afe7f45c925c5f0 (diff) | |
fix: typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/argocd/update.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/argocd/update.go b/pkg/argocd/update.go index 855bbdd..fd1463e 100644 --- a/pkg/argocd/update.go +++ b/pkg/argocd/update.go @@ -353,7 +353,7 @@ func UpdateApplication(updateConf *UpdateConfiguration, state *SyncIterationStat } } } else { - logCtx.Infof("Dry run - not commiting %d changes to application", result.NumImagesUpdated) + logCtx.Infof("Dry run - not committing %d changes to application", result.NumImagesUpdated) } } |
