From 9478737da104a0c4f0be536c5441920a6fb8a2ed Mon Sep 17 00:00:00 2001 From: R-unic Date: Mon, 12 Jun 2023 01:58:00 -0700 Subject: [PATCH] fix: command execution typo for mac --- InstallCosmo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallCosmo.cs b/InstallCosmo.cs index b0b3794..51c7708 100644 --- a/InstallCosmo.cs +++ b/InstallCosmo.cs @@ -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();