diff options
| -rw-r--r-- | templates/pages/news/pgdg-zypp-repo-gpg-key-update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html b/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html index e855365..e246c1d 100644 --- a/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html +++ b/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html @@ -19,7 +19,7 @@ <h2>TL;DR: How can update my keys?</h2> <p> <ul> - <li><b>SLES 15</b>: zypper install https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-15-x86_64/pgdg-suse-repo-latest.noarch.rpm</li> + <li><b>SLES 15</b>: <code>zypper install https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-15-x86_64/pgdg-suse-repo-latest.noarch.rpm</code></li> </ul> </p> |
