Skip to content

Commit cde15e7

Browse files
dschaaffAnton Bretting
authored andcommitted
fix typo
Signed-off-by: Daniel Schaaff <[email protected]>
1 parent ed371b6 commit cde15e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ verifySupported() {
7070
# getDownloadURL checks the latest available version.
7171
getDownloadURL() {
7272
version=$(git -C "$HELM_PLUGIN_DIR" describe --tags --exact-match 2>/dev/null || :)
73-
if [ -n "$version" ] && [ "$version" -ge "3.1.3" ]; then
73+
if [ -n "$version" ] && [ "$version" -gt "3.1.3" ]; then
7474
DOWNLOAD_URL="https://github.com/$PROJECT_GH/releases/download/$version/helm-diff-$OS-$ARCH.tgz"
7575
elif [ -n "$version" ]; then
7676
DOWNLOAD_URL="https://github.com/$PROJECT_GH/releases/download/$version/helm-diff-$OS.tgz"

0 commit comments

Comments
 (0)