From 58fdabf62c17149862552da32f5b56a0aea21dae Mon Sep 17 00:00:00 2001 From: Andropulus Date: Mon, 28 Oct 2024 17:03:42 +0100 Subject: [PATCH] fixed bootstrap.sh for macOS (#4081) --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 520bedf90dd..1cc2636b987 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,7 +16,7 @@ fi echo "#### Installing system dependencies ... ####" if [[ $(uname) == "Darwin" ]]; then - tools/install-sys-dependencies-macos + tools/install-sys-dependencies-mac else tools/install-sys-dependencies-linux fi