Kaynağa Gözat

Arreglo cuando el branch no posee el formato vX.Y.Z

gabriel 7 yıl önce
ebeveyn
işleme
a03f2ebd27

+ 1 - 1
tools/src/UpdateFlowdatCommand.php

@@ -35,7 +35,7 @@ class UpdateFlowdatCommand extends Command
             unset ($values[count($values) - 1]);
             $versionOnly = implode ('.', $values);
         } else {
-            $versionOnly = $values;
+            $versionOnly = $version;
         }
 
         $realpath = realpath(".");

+ 1 - 1
tools/src/UpdateFlowdatModulesCommand.php

@@ -36,7 +36,7 @@ class UpdateFlowdatModulesCommand extends Command
                 unset ($values[count($values) - 1]);
                 $versionOnly = implode ('.', $values);
             } else {
-                $versionOnly = $values;
+                $versionOnly = $version;
             }
 	} else {
             $versionOnly = $version;