Skip to content

Commit 7c2bb8e

Browse files
Merge pull request #624 from testwill/typo
fix: typo
2 parents 29f4fb3 + 14bdc81 commit 7c2bb8e

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
@@ -353,7 +353,7 @@ func UpdateApplication(updateConf *UpdateConfiguration, state *SyncIterationStat
353353
}
354354
}
355355
} else {
356-
logCtx.Infof("Dry run - not commiting %d changes to application", result.NumImagesUpdated)
356+
logCtx.Infof("Dry run - not committing %d changes to application", result.NumImagesUpdated)
357357
}
358358
}
359359

0 commit comments

Comments
 (0)