From: Sergii Rizvan Date: Tue, 6 Jun 2017 15:09:47 +0000 (+0300) Subject: Corrected a typo in a call of the upgrade_to_9_1 function X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fc1f5c5ea5b0a1986f8402d4d03f886ca8bbe078;p=tools%2Fsustaining.git Corrected a typo in a call of the upgrade_to_9_1 function Change-Id: I4fa879c514680828bf5cf54d892943788ebf56d6 --- diff --git a/jenkins/build_cluster/update_helper.sh b/jenkins/build_cluster/update_helper.sh index 2e31410..72eebd6 100755 --- a/jenkins/build_cluster/update_helper.sh +++ b/jenkins/build_cluster/update_helper.sh @@ -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"