Skip to content

Commit 21f0245

Browse files
committed
Renamed install function for conciseness.
1 parent a1fe206 commit 21f0245

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jaraco/fabric/certs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
flatten = itertools.chain.from_iterable
77

88

9-
def install_certs_for(c, *sites):
9+
def install(c, *sites):
1010
cmd = [
1111
'certbot',
1212
'--agree-tos',

newsfragments/+92625b10.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Renamed install function for conciseness.

0 commit comments

Comments
 (0)