Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiers committed Sep 23, 2024
1 parent db79f45 commit 881030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/supported-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x

if git merge-base --is-ancestor origin/main HEAD
then
printf '["%s", "%s"]' v1.28.0-k3s1 v1.31.0-k3s1
printf '["%s", "%s"]' v1.28.1-k3s1 v1.31.0-k3s1
exit 0
elif git merge-base --is-ancestor origin/release/v5.0 HEAD
then
Expand Down

0 comments on commit 881030e

Please sign in to comment.