瀏覽代碼

HPCC-26537 Release script doesn't handle a new minor release well

Fix typo

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 年之前
父節點
當前提交
18b7ebf451
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake_modules/parse_hpcc_pom.sh

+ 1 - 1
cmake_modules/parse_hpcc_pom.sh

@@ -90,7 +90,7 @@ function update_version_file()
     fi
     if [ "$_new_maturity" == "trunk" ]; then
       _new_maturity=-SNAPSHOT
-    if [ "$_new_maturity" == "rc" ]; then
+    elif [ "$_new_maturity" == "rc" ]; then
       _new_maturity=-SNAPSHOT
     elif [ "$_new_maturity" == "closedown" ]; then
       _new_maturity=-SNAPSHOT