Skip to content

Commit

Permalink
Merge pull request #624 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
pasha-codefresh committed May 12, 2024
2 parents 29f4fb3 + 14bdc81 commit 7c2bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/argocd/update.go
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 7c2bb8e

Please sign in to comment.