Skip to content

Commit

Permalink
Renamed install function for conciseness.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 27, 2024
1 parent a1fe206 commit 21f0245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/fabric/certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
flatten = itertools.chain.from_iterable


def install_certs_for(c, *sites):
def install(c, *sites):
cmd = [
'certbot',
'--agree-tos',
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+92625b10.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Renamed install function for conciseness.

0 comments on commit 21f0245

Please sign in to comment.