Skip to content

Commit

Permalink
build(cargo): remove incorrect tag (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Jun 8, 2024
1 parent 73c6550 commit df34167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "whiskers"
path = "src/main.rs"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/whiskers-v{ version }/whiskers-{ target }{ archive-suffix }"
pkg-url = "{ repo }/releases/download/v{ version }/whiskers-{ target }{ archive-suffix }"
pkg-fmt = "bin"

[lints.clippy]
Expand Down

0 comments on commit df34167

Please sign in to comment.