Skip to content

Commit 24ff3fc

Browse files
committed
Rename certbot_options() function to certbot()
1 parent 931a141 commit 24ff3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

danectl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ warn() { echo "$name: $@" >&2; }
607607

608608
# Record certbot auth/install details
609609

610-
certbot_options()
610+
certbot()
611611
{
612612
command=""
613613
case "$1" in *\ *) die "certbot command argument contains space (remove quotes)";; esac
@@ -1430,7 +1430,7 @@ case "$command" in
14301430
certbot|cb|c)
14311431
[ $# = 0 ] && usage 1 "Missing certbot argument(s) (expected (run or certonly) and/or certbot options)"
14321432
check_prerequisites
1433-
certbot_options "$@"
1433+
certbot "$@"
14341434
;;
14351435

14361436
adopt|ad)

0 commit comments

Comments
 (0)