diff options
Diffstat (limited to '')
-rw-r--r-- | tests/common/acme/scripts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/acme/scripts.nix b/tests/common/acme/scripts.nix index 2228823..4161ab8 100644 --- a/tests/common/acme/scripts.nix +++ b/tests/common/acme/scripts.nix @@ -3,7 +3,7 @@ * Extra functions useful for the test script. */ { - add_pebble_acme_ca = pkgs.writeShellScript "fetch-and-set-ca" '' + add_pebble_ca_certs = pkgs.writeShellScript "fetch-and-set-ca" '' set -xe # Fetch the randomly generated ca certificate |