Merge "Send helmv2-cli error messages to stderr"
This commit is contained in:
commit
1f965684b8
@ -63,6 +63,7 @@ function LOG {
|
||||
}
|
||||
function ERROR {
|
||||
MSG="ERROR"
|
||||
echo "${MSG} $@" >&2
|
||||
LOG "${MSG} $@"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user