We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3188b66 commit 7160f29Copy full SHA for 7160f29
src/main/bash/sdkman-install.sh
@@ -174,9 +174,6 @@ function __sdkman_validate() {
174
local -r archive_type=$(sed -n 's/^X-Sdkman-ArchiveType:\(.*\)$/\1/p' ${headers_file} | tr -cd '[:alnum:]')
175
local is_ok
176
177
- echo "archive_type: ${archive_type}"
178
- echo "archive: ${archive}"
179
-
180
if [[ "${archive_type}" == 'zip' ]]; then
181
is_ok=$(unzip -t "$archive" | grep 'No errors detected in compressed data')
182
elif [[ "${archive_type}" == 'tar' ]]; then
0 commit comments