Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 09:56:00 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 09:56:00 (GMT)
commit7d6e543227afa6a82a5ff231e7c55590e87190e3 (patch)
tree7ccafbd7ec00379c8c38c1d5f549f79cdc98f61d /devbot/distro.py
parent934ec1619f77e73662e7ff0b0d7d2c35225c0c59 (diff)
Typo
Diffstat (limited to 'devbot/distro.py')
-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