From c24f5fef154b13187f7a2a3ce6a8644d61a89e3e Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Wed, 7 Sep 2016 00:11:41 -0400 Subject: [PATCH] hack/release.sh should os::log::warn --- hack/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/release.sh b/hack/release.sh index 3ae8d378d1f3..c08cad9bfe59 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -11,7 +11,7 @@ if [[ -z "${tag}" ]]; then fi tag="$( git tag --points-at HEAD )" elif [[ "$( git rev-parse "${tag}" )" != "$( git rev-parse HEAD )" ]]; then - os::log::warning "You are running a version of hack/release.sh that does not match OS_TAG - images may not be build correctly" + os::log::warn "You are running a version of hack/release.sh that does not match OS_TAG - images may not be build correctly" fi commit="$( git rev-parse ${tag} )"