Skip to content

Commit

Permalink
Temporarily install shfmt 3.9.0 in install-dev-tool.sh
Browse files Browse the repository at this point in the history
Once this next release of UBI is out I can revert this.
  • Loading branch information
autarch committed Oct 26, 2024
1 parent 6189cb6 commit 1c24855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bin/install-dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function install_tools() {
run "ubi --project houseabsolute/precious --in ~/bin"
run "ubi --project houseabsolute/omegasort --in ~/bin"
run "ubi --project koalaman/shellcheck --in ~/bin"
run "ubi --project mvdan/sh --in ~/bin --exe shfmt"
run "ubi --project mvdan/sh --tag v3.9.0 --in ~/bin --exe shfmt"
run "ubi --project crate-ci/typos --in ~/bin"
run "ubi --project tamasfe/taplo --tag 0.8.1 --in ~/bin"
run "npm install [email protected]"
Expand Down

0 comments on commit 1c24855

Please sign in to comment.