From aafd329f1846bf2a31b1baa23e875495c8b84826 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 15 Oct 2019 10:53:43 -0500 Subject: [PATCH] release: Fixing message information This replaces the alph to alpha on the message information. Fixes #758 Signed-off-by: Gabriela Cervantes --- release/update-repository-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/update-repository-version.sh b/release/update-repository-version.sh index 92c0581bb5..49de6a6a43 100755 --- a/release/update-repository-version.sh +++ b/release/update-repository-version.sh @@ -123,7 +123,7 @@ EOT if (echo "${current_version}" | grep "alpha") && (echo "${new_version}" | grep -v "alpha");then info "update move from alpha, check if new version is rc0" if echo "$new_version" | grep -v "rc0"; then - die "bump should be from alph to rc0" + die "bump should be from alpha to rc0" fi info "OK" fi