Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Remove trailing commas
  • Loading branch information
vladbogo committed Jul 29, 2024
1 parent 31f2371 commit 53f50bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script_templates/jepsen_mariadb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LEIN_OPTIONS=(
"--time-limit" "60"
"--key-count" "40"
"--no-ssh=true"
"--innodb-strict-isolation=true",
"--mariadb-install-dir=/home/buildbot/mariadb-bin",
"--innodb-strict-isolation=true"
"--mariadb-install-dir=/home/buildbot/mariadb-bin"
)

cd ../jepsen-mariadb ||
Expand Down

0 comments on commit 53f50bb

Please sign in to comment.