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 ed371b6 commit cde15e7Copy full SHA for cde15e7
install-binary.sh
@@ -70,7 +70,7 @@ verifySupported() {
70
# getDownloadURL checks the latest available version.
71
getDownloadURL() {
72
version=$(git -C "$HELM_PLUGIN_DIR" describe --tags --exact-match 2>/dev/null || :)
73
- if [ -n "$version" ] && [ "$version" -ge "3.1.3" ]; then
+ if [ -n "$version" ] && [ "$version" -gt "3.1.3" ]; then
74
DOWNLOAD_URL="https://github.com/$PROJECT_GH/releases/download/$version/helm-diff-$OS-$ARCH.tgz"
75
elif [ -n "$version" ]; then
76
DOWNLOAD_URL="https://github.com/$PROJECT_GH/releases/download/$version/helm-diff-$OS.tgz"
0 commit comments