Skip to content

Commit

Permalink
Merge pull request #19 from snyk-labs/fix/fix-version-message
Browse files Browse the repository at this point in the history
fix version message
  • Loading branch information
maxjeffos authored Nov 5, 2019
2 parents c79627f + 4f53c9f commit 3edd3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version="$(cat plugin.yaml | grep "version" | cut -d '"' -f 2)"
latest_version=$(curl -Is "https://github.com/snyk-labs/helm-snyk/releases/latest" | grep "Location" | sed s#.*tag/##g | tr -d "\r")
echo "Installing helm-snyk v${latest_version} ..."
echo "Installing helm-snyk ${latest_version} ..."
mkdir -p $HELM_PLUGIN_DIR
cd $HELM_PLUGIN_DIR
Expand Down

0 comments on commit 3edd3ad

Please sign in to comment.