fix typo in upgrade_test

This commit is contained in:
Timofey Turenko 2018-07-23 15:22:43 +03:00 committed by Markus Mäkelä
parent 81507349f3
commit d6be2cb70d

View File

@ -58,7 +58,7 @@ export sshopt="$scpopt $sshuser@$IP"
old_version=`ssh $sshopt "maxscale --version" `
${mdbci_dir}/mdbci setup_repo --product maxscale_ci --product-version ${new_target} $name/maxscale
${mdbci_dir}/mdbci setup_repo --product maxscale_ci --product-version ${target} $name/maxscale
${mdbci_dir}/mdbci install_product --product maxscale_ci $name/maxscale
res=$?