Skip to content

Commit a13503c

Browse files
committed
Fix incus_report
1 parent e56d3a5 commit a13503c

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} -- cat /var/lib/node_exporter/puppet_report_${nodename}.prom | grep '^puppet_report')
44+
<pre><code>$(incus exec ${puppet_server} -- grep '^puppet_report' cat /var/lib/node_exporter/puppet_report_${nodename}.prom)
4545
</code></pre></details>
4646
EOF
4747
echo

0 commit comments

Comments
 (0)