mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Change names to meet the API
This commit is contained in:
parent
6927c1b910
commit
9729450d2c
2 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ class ApacheParser(object):
|
|||
Checks to see if file_path is parsed by Augeas
|
||||
If filepath isn't parsed, the file is added and Augeas is reloaded
|
||||
|
||||
:param str file_path: Apache config file path
|
||||
:param str filepath: Apache config file path
|
||||
|
||||
"""
|
||||
# Test if augeas included file for Httpd.lens
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ class AugeasConfigurator(object):
|
|||
|
||||
self.aug.load()
|
||||
|
||||
def show_config_changes(self):
|
||||
def view_config_changes(self):
|
||||
"""Displays all saved checkpoints.
|
||||
|
||||
All checkpoints are printed to the console.
|
||||
|
|
|
|||
Loading…
Reference in a new issue