X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=blobdiff_plain;f=artifactory%2Faput.sh;h=50eb40abb9868176e36a387df5db4ac8165919ce;hp=5ac296d132a2ed6860fa9870b4d849b94e48981b;hb=10b95ab7443f2ff27fb9bf529f7dde3d69c9c61f;hpb=46275912fe8e05bbefb2a0f5d1b5e3229230ff9b diff --git a/artifactory/aput.sh b/artifactory/aput.sh index 5ac296d..50eb40a 100755 --- a/artifactory/aput.sh +++ b/artifactory/aput.sh @@ -46,7 +46,7 @@ curl -s "${REPO_URL}/${PKG};${DIST}deb.component=${COMPONENT};deb.architecture=$ ret="$?" if [ "$ret" != "0" ]; then - echo "ERROR: Uploading your package ${pkg} to ${REPO_URL} failed - aborting" + echo "ERROR: Uploading your package ${PKG} to ${REPO_URL} failed - aborting" exit 1 fi printf "\n"