X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fdeploy-artifacts.sh;h=6e7f0ec174df2a5ef0a9c59529b9e8fef57257b9;hb=f0807b535b0cff5eac82fdaa9719650f79839c15;hp=4e1ad89fe34d1c6a91da719a60c26b4b61249fed;hpb=a6522190b36401e494338ad4c91909b61168759d;p=apex-tripleo-heat-templates.git diff --git a/puppet/deploy-artifacts.sh b/puppet/deploy-artifacts.sh index 4e1ad89f..6e7f0ec1 100644 --- a/puppet/deploy-artifacts.sh +++ b/puppet/deploy-artifacts.sh @@ -16,7 +16,7 @@ if [ -n "$artifact_urls" ]; then tar xvzf $TMP_DATA/file_data popd else - echo "ERROR: Unsupported file format." + echo "ERROR: Unsupported file format: $URL" exit 1 fi rm $TMP_DATA/file_data