]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Corrected a typo in a call of the upgrade_to_9_1 function 38/35538/1
authorSergii Rizvan <srizvan@mirantis.com>
Tue, 6 Jun 2017 15:09:47 +0000 (18:09 +0300)
committerSergii Rizvan <srizvan@mirantis.com>
Tue, 6 Jun 2017 15:09:47 +0000 (18:09 +0300)
Change-Id: I4fa879c514680828bf5cf54d892943788ebf56d6

jenkins/build_cluster/update_helper.sh

index 2e3141091f1e67c10ba3048e8e2918a3e1393445..72eebd622a8f6c340c4d3a5e6a47e017f2a63ac2 100755 (executable)
@@ -77,7 +77,7 @@ upgrade_to_9x () {
                        upgrade_to_9_2
                        ;;
                9.1)
-                       upgrade-to_9_1
+                       upgrade_to_9_1
                        ;;
                *)
                        crap "error: Have no idea about target version $target_version for $version"