Merge "Send helmv2-cli error messages to stderr"

This commit is contained in:
Zuul 2022-12-14 20:59:29 +00:00 committed by Gerrit Code Review
commit 1f965684b8

View File

@ -63,6 +63,7 @@ function LOG {
}
function ERROR {
MSG="ERROR"
echo "${MSG} $@" >&2
LOG "${MSG} $@"
}