1
0
Fork 0

fix: commentcolor -> commentstyle

This commit is contained in:
surtur 2023-08-23 13:13:59 +02:00
parent cd0db72ea7
commit 9c233618d9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -934,7 +934,7 @@ Podman commands.
\begin{lstlisting}[language=bash, caption={Example application deployment using
rootless Podman},
label=podmanDeployment, basicstyle=\linespread{0.9}\small\ttfamily,
backgroundcolor=\color{lstbg}, commentcolor=\color{Gray},
backgroundcolor=\color{lstbg}, commentstyle=\color{gray},
morekeywords={mkdir,podman,just},
]
# From inside the project folder, build the image locally using kaniko.