Skip to content

Commit

Permalink
chore: print unsupported architecture (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Dec 23, 2024
1 parent 4e50046 commit ddf8b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ EOF
architecture="aarch64"
;;
*)
err "Unsupported architecture detected!"
err "Unsupported architecture '$arch' detected!"
;;
esac

Expand Down

0 comments on commit ddf8b75

Please sign in to comment.