Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devbot/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/command.py b/devbot/command.py
index 32a5a6a..9a39a06 100644
--- a/devbot/command.py
+++ b/devbot/command.py
@@ -9,4 +9,4 @@ def run_with_sudo(args, test=False):
args_with_sudo = ["sudo"]
args_with_sudo.extend(args)
- run_command(args_with_sudo, test=test)
+ run(args_with_sudo, test=test)