From d564ff00d5a7dd7413eaafb026a8df8838e50536 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Thu, 31 Dec 2015 13:05:19 +0000 Subject: Fixup pylint issues --- bin/vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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.') -- cgit v1.2.1