Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-command
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-19 13:09:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-19 13:09:30 (GMT)
commita96a6091c87492f56fe3f1169bf7608c2fa3d05c (patch)
tree729397026ebd557cbfc57898368f27ba57659169 /commands/run-command
parenta823c546996a245dab0822658d297cc9bcecea63 (diff)
Rename run to run_command
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:])