Skip to content

Commit

Permalink
Fix the Bazel deploy step again (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Oct 26, 2021
1 parent 756fcd3 commit 6622eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind/bazel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Future<void> updateBazel() async {
run("npm", arguments: ["install", "-g", "yarn"]);

var repo = await cloneOrCheckout(
"https://github.com/bazelbuild/rules_sass.git", "origin/main");
"https://github.com/bazelbuild/rules_sass.git", "main");

var packageFile = File(p.join(repo, "sass", "package.json"));
log("updating ${packageFile.path}");
Expand Down

0 comments on commit 6622eeb

Please sign in to comment.