Skip to content

Commit

Permalink
fix(bazel): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter committed Jun 6, 2019
1 parent 580cc4a commit e398990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/node/node_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _impl(repository_ctx):

if repository_ctx.attr.target_tool:
substitutions["%{TOOL_ATTRS}"] = " target_tool = \"%s\"\n" % ctx.attr.target_tool

repository_ctx.template(
"BUILD",
Label("@build_bazel_rules_nodejs//toolchains/node:BUILD.tpl"),
Expand Down

0 comments on commit e398990

Please sign in to comment.