From 7d6e543227afa6a82a5ff231e7c55590e87190e3 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 09:56:00 +0000 Subject: Typo --- (limited to 'devbot/distro.py') diff --git a/devbot/distro.py b/devbot/distro.py index 6219a09..7c4605f 100644 --- a/devbot/distro.py +++ b/devbot/distro.py @@ -83,7 +83,7 @@ class UbuntuPackageManager: args = ["apt-get", "install"] args.extend(packages) - command.run_with_sudo(args, self._test=test) + command.run_with_sudo(args, test=self._test) def remove_packages(self, packages): raise NotImplementedError -- cgit v0.9.1