From 9a42d71898612c8bee21e6d1b417789b8167cece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Tue, 3 Oct 2017 10:54:41 +0200 Subject: [PATCH] Review fixes applied --- scripts/get | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/get b/scripts/get index ccc554440..8ce0f25d0 100755 --- a/scripts/get +++ b/scripts/get @@ -114,7 +114,6 @@ downloadFile() { HELM_TMP_ROOT="$(mktemp -dt helm-installer-XXXXXX)" HELM_TMP_FILE="$HELM_TMP_ROOT/$HELM_DIST" HELM_SUM_FILE="$HELM_TMP_ROOT/$HELM_DIST.sha256" - mkdir -p "$HELM_TMP_ROOT" echo "Downloading $DOWNLOAD_URL" if type "curl" > /dev/null; then curl -SsL "$CHECKSUM_URL" -o "$HELM_SUM_FILE"