mirror of
https://github.com/helm/helm.git
synced 2026-07-03 13:18:15 +00:00
In GoLang, using the == operator to check for a certain error will not unwrap the error chain, and therefore may hide the problem. Signed-off-by: Mads Jensen <atombrella@users.noreply.github.com>