summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-12-31 13:05:19 +0000
committerNeil Williams <codehelp@debian.org>2015-12-31 13:05:19 +0000
commitd564ff00d5a7dd7413eaafb026a8df8838e50536 (patch)
tree3c14b8f4152b9deabe14d453218c87d00d0ad7a2 /bin
parent78f8e6657ba4fef04919dad889257d7f341c035b (diff)
downloadvmdebootstrap-d564ff00d5a7dd7413eaafb026a8df8838e50536.tar.gz
Fixup pylint issues
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vmdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index 805b347..0cd6051 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -168,7 +168,7 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth
'Use --squash or --tarball, not both.')
if not distro.was_oldstable(datetime.date(2015, 4, 26)):
if not self.settings['systemd-networkd'] and\
- self.settings['no-update-initramfs']:
+ not self.settings['update-initramfs']:
raise cliapp.AppException(
'Disabling systemd-networkd for jessie and later '
'requires updating the initramfs.')