Skip to content

Commit 03dc006

Browse files
committed
Fix
1 parent a13503c commit 03dc006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/incus_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for nodename in $(incus list -c n -f csv); do
4141
echo
4242
cat <<- EOF
4343
<details><summary>Puppet report</summary>
44-
<pre><code>$(incus exec ${puppet_server} -- grep '^puppet_report' cat /var/lib/node_exporter/puppet_report_${nodename}.prom)
44+
<pre><code>$(incus exec ${puppet_server} -- grep '^puppet_report' /var/lib/node_exporter/puppet_report_${nodename}.prom)
4545
</code></pre></details>
4646
EOF
4747
echo

0 commit comments

Comments
 (0)