Skip to content

Commit 45ad910

Browse files
committed
Fix a typo that changed the declaration
1 parent 6d397cb commit 45ad910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/certbot/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -eu
33

4-
DEFAULT_DOMAINS="amiiboapi.org,www.amiiboapi.org"
4+
DEFAULT_DOMAIN="amiiboapi.org,www.amiiboapi.org"
55
CERTBOT_DOMAIN="${CERTBOT_DOMAIN:-$DEFAULT_DOMAIN}"
66
CERTBOT_EMAIL="${CERTBOT_EMAIL:-ssl-admin@amiiboapi.org}"
77
CERTBOT_WEBROOT="${CERTBOT_WEBROOT:-/var/www/certbot}"

0 commit comments

Comments
 (0)