From 9555f3e8be504b01aca9084e24b25a69be4b5b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=82=E0=B8=97=E0=B8=AA=E0=B8=BA=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A5?= Date: Sat, 22 Feb 2025 08:51:19 +0700 Subject: [PATCH] nixos/step-ca: fixup Caddy comment typos --- nixos/tests/step-ca.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/tests/step-ca.nix b/nixos/tests/step-ca.nix index d87601ad1cb3..9076993b064e 100644 --- a/nixos/tests/step-ca.nix +++ b/nixos/tests/step-ca.nix @@ -107,9 +107,8 @@ import ./make-test-python.nix ( catester.succeed("curl https://caclient/ | grep \"Welcome to nginx!\"") caclientcaddy.wait_for_unit("caddy.service") - # It's hard to know when caddy has finished the ACME - # dance with step-ca, so we keep trying to curl - # until succeess. + # It’s hard to know when Caddy has finished the ACME dance with + # step-ca, so we keep trying cURL until success. catester.wait_until_succeeds("curl https://caclientcaddy/ | grep \"Welcome to Caddy!\"") ''; }