From 1ced35304f1b9d782ac513541aa2287a49b0ad30 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 18:38:05 +0000 Subject: Missing run_command rename Maybe we need unit tests --- (limited to 'devbot') 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) -- cgit v0.9.1