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 e398990 commit bb07f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions toolchains/node/node_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
Defines a repository rule for configuring the node binary.
"""

load("//internal/common:os_name.bzl", "OS_ARCH_NAMES")

def _impl(repository_ctx):
if repository_ctx.attr.target_tool and repository_ctx.attr.target_tool_path:
fail("Can only set one of target_tool or target_tool_path but both where set.")
Expand Down

0 comments on commit bb07f2a

Please sign in to comment.