Clean code.

This commit is contained in:
Marco Vermeulen
2016-11-16 19:04:48 +00:00
parent fabeda3efd
commit d4c8ec99b0

View File

@@ -99,8 +99,6 @@ function __sdkman_download {
archives_folder="${SDKMAN_DIR}/archives"
if [ ! -f "${archives_folder}/${candidate}-${version}.zip" ]; then
#TODO: pre installation hook here
echo ""
echo "Downloading: ${candidate} ${version}"
echo ""