Skip to content

Commit 5bf6ef7

Browse files
committed
Fix skylib branch name
Fixes bazelbuild/rules_apple#1130
1 parent a62e084 commit 5bf6ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/update_workspace_to_deps_heads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")\
3333
git_repository(\
3434
\ name = "bazel_skylib",\
3535
\ remote = "https://github.com/bazelbuild/bazel-skylib.git",\
36-
\ branch = "master",\
36+
\ branch = "main",\
3737
)\
3838
\
3939
git_repository(\

0 commit comments

Comments
 (0)