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.
2 parents 242ab78 + f08e5e7 commit 71337e5Copy full SHA for 71337e5
install-binary.sh
@@ -67,7 +67,7 @@ verifySupported() {
67
# getDownloadURL checks the latest available version.
68
getDownloadURL() {
69
local url="https://api.github.com/repos/$PROJECT_GH/releases/latest"
70
- local version=$(git describe --tags --exact-match 2>/dev/null)
+ local version=$(git -C $HELM_PLUGIN_PATH describe --tags --exact-match 2>/dev/null)
71
if [ -n "$version" ]; then
72
url="https://api.github.com/repos/$PROJECT_GH/releases/tags/$version"
73
fi
0 commit comments