Skip to content

Commit b451c4e

Browse files
author
Alex Burke
committed
address another mistake
1 parent a1690dd commit b451c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mig/shared/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def _generate_fix_missing_definitions():
425425
_FIX_MISSING_DEFINITIONS = _generate_fix_missing_definitions()
426426

427427

428-
def fix_missing():
428+
def fix_missing(conf_file, verbose=False):
429429
"""Add missing configuration options used by checkconf script"""
430430

431431
fqdn = socket.getfqdn()

0 commit comments

Comments
 (0)