Commit 52a59437 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fixup: fix typo after 40ee3280

parent 40ee3280
......@@ -1509,7 +1509,7 @@ class FormatConfig(object):
if self.dry_run:
self.logger.info("Dry-run mode enabled.")
if self.create_tap:
self.logger.info("Tap creation mode enabled (%s IPv6).", "with" if with_ipv6 else "without")
self.logger.info("Tap creation mode enabled (%s IPv6).", "with" if self.tap_ipv6 else "without")
# Calculate path once
self.computer_xml = os.path.abspath(self.computer_xml)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment