Skip to content

Commit

Permalink
Remove unused MINIMUM_VERSION variable from k3s-versions.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Dec 24, 2024
1 parent e42bf13 commit 1c6878a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/k3s-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
git checkout -b "$BRANCH_NAME"
fi

go run ./scripts/k3s-versions.go "$MINIMUM_VERSION" >"$K3S_VERSIONS"
go run ./scripts/k3s-versions.go >"$K3S_VERSIONS"

# Exit if there are no changes
if git diff --exit-code; then
Expand Down

0 comments on commit 1c6878a

Please sign in to comment.