Skip to content

Commit 9478737

Browse files
committed
fix: command execution typo for mac
1 parent c9ce1c2 commit 9478737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstallCosmo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ string installerPath
146146
}
147147
else if (OperatingSystem.IsMacOS())
148148
{
149-
ExecuteCommand("Failed to install Crystal", "brew install crystal");
149+
ExecuteCommand("Failed to install Crystal", "brew", "install crystal");
150150
StepProgress();
151151
StepProgress();
152152
StepProgress();

0 commit comments

Comments
 (0)