summaryrefslogtreecommitdiff
path: root/lib/extensions/auto_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/auto_run.py')
-rw-r--r--lib/extensions/auto_run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extensions/auto_run.py b/lib/extensions/auto_run.py
index 02997fd0..3b2003e4 100644
--- a/lib/extensions/auto_run.py
+++ b/lib/extensions/auto_run.py
@@ -35,10 +35,10 @@ class AutoRun(CommandsExtension):
autorun(elements, self.options.preserve_order, break_up, starting_point, ending_point, self.options.trim)
def get_starting_point(self):
- return self.get_command_point("run_start")
+ return self.get_command_point("autoroute_start")
def get_ending_point(self):
- return self.get_command_point("run_end")
+ return self.get_command_point("autoroute_end")
def get_command_point(self, command_type):
command = None