We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4638c commit 2b189ffCopy full SHA for 2b189ff
1 file changed
bin/download
@@ -16,7 +16,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
16
tar xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"
17
18
cd "$ASDF_DOWNLOAD_PATH"
19
-make BUILD_TLS=yes
+make BUILD_TLS=yes redis-cli
20
21
# Remove the tar.gz file since we don't need to keep it
22
rm "$release_file"
0 commit comments