Skip to content

Commit

Permalink
Fix illegal usage of &
Browse files Browse the repository at this point in the history
  • Loading branch information
janvhs committed Oct 21, 2024
1 parent 8c63416 commit 5ce3716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trento/xml/container-install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ REFRESH_TOKEN_ENC_SECRET=$(openssl rand -out /dev/stdout 48 | base64)
</para>
<programlisting language="bash">
docker volume create trento-checks \
&& docker run \
&amp;&amp; docker run \
-v trento-checks:/usr/share/trento/checks \
registry.suse.com/trento/trento-checks:1.0.0
</programlisting>
Expand Down

0 comments on commit 5ce3716

Please sign in to comment.