From cc8324aa5c84d3a6f22eeb5c2bada304bfc92e49 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Thu, 16 Mar 2023 11:54:01 +0200 Subject: [PATCH] bazel: fix checks in sg.config (#49491) `sg.config.yaml` was referring to a check that doesn't exist anymore - it should use the `bazelisk` check instead ## Test plan `sg start oss-bazel` started without the error `check 'bazel' not found` --- sg.config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sg.config.yaml b/sg.config.yaml index 2dce857ce06..a5ada45d7ad 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -1009,7 +1009,7 @@ commandsets: - redis - postgres - git - - bazel + - bazelisk - ibazel bazelCommands: - oss-frontend @@ -1062,7 +1062,7 @@ commandsets: - redis - postgres - git - - bazel + - bazelisk - ibazel bazelCommands: - frontend @@ -1128,7 +1128,7 @@ commandsets: - redis - postgres - git - - bazel + - bazelisk - ibazel bazelCommands: - frontend