Skip to content

Commit af2c3c9

Browse files
committed
silence tut
1 parent e1f6697 commit af2c3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tut_rule/tut.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ def scala_tut_doc(**kw):
5858
srcs = [src],
5959
outs = ["%s_tut.md" % name],
6060
tools = [tool],
61-
cmd = "./$(location %s) $(location %s) \"$@\"" % (tool, src),
61+
cmd = "./$(location %s) $(location %s) \"$@\" >/dev/null" % (tool, src),
6262
)

0 commit comments

Comments
 (0)