Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-command
diff options
context:
space:
mode:
Diffstat (limited to 'commands/run-command')
-rwxr-xr-xcommands/run-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/run-command b/commands/run-command
index b1f76aa..941873e 100755
--- a/commands/run-command
+++ b/commands/run-command
@@ -6,4 +6,4 @@ import sys
from devbot import run
common.setup()
-run.run(sys.argv[1:])
+run.run_command(sys.argv[1:])