Skip to content

Commit

Permalink
fix: add chmod to the downloaded executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-snyk committed Nov 6, 2019
1 parent 731bc2d commit 0f97f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Expand Up @@ -41,6 +41,7 @@ else
fi
rm -rf bin && mkdir bin && mv $filename ./bin/$filename
chmod a+x ./bin/$filename
echo "helm-snyk ${latest_version} is installed."
echo
Expand Down

0 comments on commit 0f97f83

Please sign in to comment.