Skip to content

Commit

Permalink
fix: backport #5151 lxd certificate code block (#5321)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick De Villiers <nick.devilliers@canonical.com>
  • Loading branch information
petermakowski and ndv99 committed Feb 27, 2024
1 parent 2289a6c commit 03a331c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ const CertificateDownload = ({
<div className="certificate-download">
<CodeSnippet
blocks={[
{ code: "lxc config trust add - <<EOF" },
{ code: certificate },
{ code: "EOF" },
{ code: `lxc config trust add - <<EOF\n\n${certificate}\nEOF` },
]}
className="u-no-margin--bottom"
data-testid={TestIds.CertCodeSnippet}
Expand Down

0 comments on commit 03a331c

Please sign in to comment.