From 1ac29a3215c5ab950bd0723e27cdc774495d42f9 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 19 Apr 2021 10:18:05 -0700 Subject: [PATCH] Fix skylib branch name Fixes https://github.com/bazelbuild/rules_apple/issues/1130 --- .bazelci/update_workspace_to_deps_heads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/update_workspace_to_deps_heads.sh b/.bazelci/update_workspace_to_deps_heads.sh index 4b82dc75c..45681551b 100755 --- a/.bazelci/update_workspace_to_deps_heads.sh +++ b/.bazelci/update_workspace_to_deps_heads.sh @@ -33,7 +33,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")\ git_repository(\ \ name = "bazel_skylib",\ \ remote = "https://github.com/bazelbuild/bazel-skylib.git",\ -\ branch = "master",\ +\ branch = "main",\ )\ \ git_repository(\