Skip to content

Commit

Permalink
silence tut (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan authored and johnynek committed Jul 26, 2019
1 parent c8bde22 commit acac888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tut_rule/tut.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def scala_tut_doc(**kw):
srcs = [src],
outs = ["%s_tut.md" % name],
tools = [tool],
cmd = "./$(location %s) $(location %s) \"$@\"" % (tool, src),
cmd = "./$(location %s) $(location %s) \"$@\" >/dev/null" % (tool, src),
)

0 comments on commit acac888

Please sign in to comment.