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')