From 1acd1b01f74183216279d1f2f3ea16f6c8c279c9 Mon Sep 17 00:00:00 2001 From: Zezik Date: Thu, 9 Jul 2026 20:37:48 +0000 Subject: [PATCH] Aktualizovat zezidock.py --- zezidock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zezidock.py b/zezidock.py index d5fedb5..3dafa76 100644 --- a/zezidock.py +++ b/zezidock.py @@ -60,7 +60,7 @@ def main(): uinput = input("Docker installed! Do you want to install some containers? [Y/N]: ") if uinput.lower() == "y": - print("Caddy is an open-source web server that automatically manages HTTPS with Let’s Encrypt and makes it easy to configure sites using simple, human-friendly syntax.") + print("Caddy is an open-source web server that automatically manages HTTPS with Let's Encrypt and makes it easy to configure sites using simple, human-friendly syntax.") uinput = input("Do you want to install Caddy? [Y/N]: ") if uinput.lower() == "y": service_install('caddy')