diff options
Diffstat (limited to 'nfvbenchvm/dib/build-image.sh')
-rwxr-xr-x | nfvbenchvm/dib/build-image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfvbenchvm/dib/build-image.sh b/nfvbenchvm/dib/build-image.sh index 43795e4..88cf2e5 100755 --- a/nfvbenchvm/dib/build-image.sh +++ b/nfvbenchvm/dib/build-image.sh @@ -17,8 +17,8 @@ image_name=nfvbenchvm_centos-$__version__ # if image exists skip building if command -v gsutil >/dev/null; then if gsutil -q stat gs://$gs_url/$image_name.qcow2; then - echo "Image already exists at http://$gs_url/$image_name.qcow2" - exit 0 + echo "Image already exists at http://$gs_url/$image_name.qcow2" + exit 0 fi else echo "Cannot check image availability in OPNFV artifact repository (gsutil not available)" |