Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-03 01:02:03 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-03 01:02:03 (GMT)
commitcf40d108c11925550b5dea10d395349b762ce622 (patch)
tree3f64c469c2fff8797f5a328f4cda67092ea7fd8f /commands
parent2b7cfda2dbab0dcc464f10432edbb2ef5f408442 (diff)
Adapt to change in devbot
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/send-patches2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/send-patches b/commands/send-patches
index bea7f79..52f81aa 100755
--- a/commands/send-patches
+++ b/commands/send-patches
@@ -90,7 +90,7 @@ def setup():
common.setup()
-if os.path.dirname(os.getcwd()) != config.source_dir:
+if os.path.dirname(os.getcwd()) != config.get_source_dir():
print "The command must be run inside one of the source modules."
sys.exit(1)