Skip to content

Commit

Permalink
Fixes typo in Mac dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
GyroJoe committed Jul 5, 2022
1 parent dd4fe47 commit 7a99cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osx/Installer.Mac/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi

echo "Building for runtime '$RUNTIME'"

if [ "$RUNTIME" == "osx-x64"]; then
if [ "$RUNTIME" == "osx-x64" ]; then
DISTPATH="$INSTALLER_SRC/distribution.x64.xml"
else
DISTPATH="$INSTALLER_SRC/distribution.arm64.xml"
Expand Down

0 comments on commit 7a99cc0

Please sign in to comment.