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.
1 parent a224fd0 commit 20028d2Copy full SHA for 20028d2
install-binary.sh
@@ -69,7 +69,7 @@ verifySupported() {
69
70
# getDownloadURL checks the latest available version.
71
getDownloadURL() {
72
- version=$(git -C "$HELM_PLUGIN_DIR" describe --tags --exact-match 2>/dev/null)
+ version=$(git -C "$HELM_PLUGIN_DIR" describe --tags --exact-match 2>/dev/null || :)
73
if [ -n "$version" ]; then
74
DOWNLOAD_URL="https://github.com/$PROJECT_GH/releases/download/$version/helm-diff-$OS.tgz"
75
else
0 commit comments