Issue #2616 - argocd app diff prints only first difference (#2617)

This commit is contained in:
Alexander Matyushentsev 2019-11-01 11:49:01 -07:00 committed by GitHub
parent 1d5e6a1b90
commit 0b684db148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1015,8 +1015,7 @@ func NewApplicationDiffCommand(clientOpts *argocdclient.ClientOptions) *cobra.Co
}
foundDiffs = true
err = diff.PrintDiff(item.key.Name, target, live)
errors.CheckError(err)
_ = diff.PrintDiff(item.key.Name, target, live)
}
}
if foundDiffs {