diff options
Diffstat (limited to 'puppet/deploy-artifacts.sh')
-rw-r--r-- | puppet/deploy-artifacts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/deploy-artifacts.sh b/puppet/deploy-artifacts.sh index 9f231869..e4d20b49 100644 --- a/puppet/deploy-artifacts.sh +++ b/puppet/deploy-artifacts.sh @@ -18,7 +18,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 if [ -f $TMP_DATA/file_data ]; then |