Преглед изворни кода

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