Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
Diffstat (limited to 'devbot')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
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