Skip to content

Commit

Permalink
fix: attempt at fixing bininstall
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Oct 10, 2024
1 parent c7751f8 commit ea2cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-run = "sqruff"
rust-version = "1.81.0"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/sqruff-{ target }{ archive-suffix }"
pkg-url = "{ repo }/releases/download/v{ version }/sqruff-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "sqruff{ binary-ext }"

Expand Down

0 comments on commit ea2cabd

Please sign in to comment.