Skip to content

Commit cf6528d

Browse files
Googlercopybara-github
Googler
authored andcommitted
doc: query-how-to: fix a closing code tag
RELNOTES: None. PiperOrigin-RevId: 280666645
1 parent b31d832 commit cf6528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/query-how-to.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>Tracing the Dependency Chain between Two Packages</h2>
126126
what is included in the artifact you built, and not every possible job.
127127

128128
<p>To visualize the graph of all dependencies, pipe the bazel query output through
129-
the <code>dot</dot> command-line tool:</p>
129+
the <code>dot</code> command-line tool:</p>
130130
<pre>
131131
$ bazel query "allpaths(//foo, third_party/...)" --notool_deps --output graph | dot -Tpng > graph.png
132132
</pre>

0 commit comments

Comments
 (0)