Skip to content

Commit b61f085

Browse files
testwillburnb
authored andcommitted
fix: typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
1 parent 9a8f969 commit b61f085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/argocd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func UpdateApplication(updateConf *UpdateConfiguration, state *SyncIterationStat
352352
}
353353
}
354354
} else {
355-
logCtx.Infof("Dry run - not commiting %d changes to application", result.NumImagesUpdated)
355+
logCtx.Infof("Dry run - not committing %d changes to application", result.NumImagesUpdated)
356356
}
357357
}
358358

0 commit comments

Comments
 (0)