diff --git a/get-modified-image.sh b/get-modified-image.sh index bbe9f3ec63ca316fc77e4a9dd743e53f0ced4332..e0b72691ff47c8009fd91f1e2442b2b15e6c5413 100755 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables -echo "Found modified image : $MODIFIED_IMAGE_FULL" +echo "Found modified image : $RES"