From 111ace6d96a04b9b399c92dfe31ad1549db71418 Mon Sep 17 00:00:00 2001 From: Timur Harin Date: Fri, 24 May 2024 00:40:56 +0300 Subject: [PATCH] solve path --- help/is-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/is-macos.sh b/help/is-macos.sh index 4cb9311d..7d94dedf 100644 --- a/help/is-macos.sh +++ b/help/is-macos.sh @@ -24,7 +24,7 @@ set -e set -o pipefail if [[ "$OSTYPE" == "darwin"* ]]; then - "${LOCAL}/install-brew.sh" + "${LOCAL}/installs/install-brew.sh" exit 0 else exit 1