Skip to content

Commit

Permalink
nit: update foundryup messaging (foundry-rs#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 authored Dec 13, 2022
1 parent 2e59a60 commit c6a0071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryup/foundryup
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ main() {
MAN_TARBALL_URL="${RELEASE_URL}foundry_man_${FOUNDRYUP_VERSION}.tar.gz"

# Download the binaries tarball and unpack it into the .foundry bin directory.
say "downloading latest forge, cast and anvil"
say "downloading latest forge, cast, anvil, and chisel"
ensure curl -# -L $BIN_TARBALL_URL | tar -xzC $FOUNDRY_BIN_DIR
# Download the man tarball and unpack it into the .foundry man directory.
say "downloading manpages"
Expand Down

0 comments on commit c6a0071

Please sign in to comment.