Skip to content

Commit

Permalink
fix: remove unneeded mv
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 12, 2024
1 parent 68d232a commit aef85a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ EOF

ensure download "$ANVIL_BIN_URL" | ensure tar -xzC "$FOUNDRY_BIN_DIR"

mv "$FOUNDRY_BIN_DIR/anvil-zksync" "$ANVIL_BIN_PATH"

chmod +x "$ANVIL_BIN_PATH"

say "installed - $(ensure "$ANVIL_BIN_PATH" --version)"
Expand Down

0 comments on commit aef85a6

Please sign in to comment.