Skip to content

Commit

Permalink
remove useless commas
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Nov 27, 2023
1 parent cf52301 commit 8aa3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function run_tests_for_version() {
}

# List of versions to test
VERSIONS=("0.40.0" "0.40.3" "0.41.0" "0.43.0" "0.44.1" "0.44.3" "0.45.2" "0.45.3" "0.45.4" "0.45.5" "0.45.6", "0.47.0")
VERSIONS=("0.40.0" "0.40.3" "0.41.0" "0.43.0" "0.44.1" "0.44.3" "0.45.2" "0.45.3" "0.45.4" "0.45.5" "0.45.6" "0.46.0" "0.47.0")

for VERSION in "${VERSIONS[@]}"
do
Expand Down

0 comments on commit 8aa3986

Please sign in to comment.