Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 9, 2019
1 parent db27944 commit b43605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/npm_install/node_module_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _node_module_library_impl(ctx):

scripts = depset()
for dep in ctx.attr.scripts:
scripts = depset(transitive = [scripts, dep.files])
scripts = depset(transitive = [scripts, dep.files])
scripts = depset(ctx.files.scripts, transitive = [scripts])

return [
Expand Down

0 comments on commit b43605e

Please sign in to comment.