Skip to content

Commit c630a22

Browse files
committed
Fix upgarde typo
1 parent c5d10a3 commit c630a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/upgrade.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ func newChartCommand() *cobra.Command {
9999
" # Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to",
100100
" # use `helm upgrade --dry-run` instead of `helm template` to render manifests from the chart.",
101101
" # See https://github.com/databus23/helm-diff/issues/253 for more information.",
102-
" HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgarde my-release datadog/datadog",
102+
" HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgrade my-release datadog/datadog",
103103
"",
104104
" # Set HELM_DIFF_THREE_WAY_MERGE=true to",
105105
" # enable the three-way-merge on diff.",
106106
" # This is equivalent to specifying the --three-way-merge flag.",
107107
" # Read the flag usage below for more information on --three-way-merge.",
108-
" HELM_DIFF_THREE_WAY_MERGE=true helm diff upgarde my-release datadog/datadog",
108+
" HELM_DIFF_THREE_WAY_MERGE=true helm diff upgeade my-release datadog/datadog",
109109
"",
110110
" # Set HELM_DIFF_NORMALIZE_MANIFESTS=true to",
111111
" # normalize the yaml file content when using helm diff.",

0 commit comments

Comments
 (0)