Skip to content

Commit

Permalink
Use darwin and not mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Dec 10, 2024
1 parent ffe35f4 commit 8141f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/helperFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@ install_foundry_zksync() {
# $OSTYPE is a bash variable that contains the operating system type
local os
if [[ "$OSTYPE" == "darwin"* ]]; then
os="mac"
os="darwin"
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
os="linux"
else
Expand Down

0 comments on commit 8141f48

Please sign in to comment.