Skip to content

Commit e4a050c

Browse files
oscrfrezbo
authored andcommitted
docs: fix talosctl inspect dependencies example indentation
Adds missing whitespace to ensure correct rendering on web Signed-off-by: Oscar Utbult <oscar.utbult@gmail.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent fbcf426 commit e4a050c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/talosctl/cmd/talos/inspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var inspectDependenciesCmd = &cobra.Command{
3636
Pipe the output of the command through the "dot" program (part of graphviz package)
3737
to render the graph:
3838
39-
talosctl inspect dependencies | dot -Tpng > graph.png
39+
talosctl inspect dependencies | dot -Tpng > graph.png
4040
`,
4141
Args: cobra.NoArgs,
4242
RunE: func(cmd *cobra.Command, args []string) error {

website/content/v1.6/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ Inspect controller-resource dependencies as graphviz graph.
19371937
Pipe the output of the command through the "dot" program (part of graphviz package)
19381938
to render the graph:
19391939

1940-
talosctl inspect dependencies | dot -Tpng > graph.png
1940+
talosctl inspect dependencies | dot -Tpng > graph.png
19411941

19421942

19431943
```

0 commit comments

Comments
 (0)