Skip to content

Commit

Permalink
Update component target tarball (#654) (#669)
Browse files Browse the repository at this point in the history
* Fix clippy (#654)

* Update component target tarball (#654)
  • Loading branch information
alfiedotwtf authored Oct 11, 2024
1 parent 5905a32 commit 5316d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ targets = ["linux_amd64", "linux_arm64", "darwin_amd64", "darwin_arm64"]

[component.forc-client]
name = "forc-client"
tarball_prefix = "forc-client"
tarball_prefix = "forc-binaries"
is_plugin = true
executables = ["forc-deploy", "forc-run"]
repository_name = "sway"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl TestCfg {
.args(args)
.current_dir(&self.home)
.env("HOME", &self.home)
.env("CARGO_HOME", &self.home.join(".cargo"))
.env("CARGO_HOME", self.home.join(".cargo"))
.env(
"PATH",
format!(
Expand Down

0 comments on commit 5316d29

Please sign in to comment.