Prevented automatic download of jar group files when created

This commit is contained in:
Marcus Whybrow 2012-06-12 03:15:56 +01:00
parent 583bc04c5f
commit 6ba90f44ed

View File

@ -555,9 +555,6 @@ jargroup_create() {
fi fi
echo "Done." echo "Done."
# Download the latest version now
jargroup_getlatest "$1"
else else
error_exit DUPLICATE_NAME "A jar group with that name already exists." error_exit DUPLICATE_NAME "A jar group with that name already exists."
fi fi