Skip to content

Commit

Permalink
fix: command execution typo for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Jun 12, 2023
1 parent c9ce1c2 commit 9478737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallCosmo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ string installerPath
}
else if (OperatingSystem.IsMacOS())
{
ExecuteCommand("Failed to install Crystal", "brew install crystal");
ExecuteCommand("Failed to install Crystal", "brew", "install crystal");
StepProgress();
StepProgress();
StepProgress();
Expand Down

0 comments on commit 9478737

Please sign in to comment.