aboutsummaryrefslogtreecommitdiff
path: root/script.it/script_event/complete_path.ml
diff options
context:
space:
mode:
Diffstat (limited to 'script.it/script_event/complete_path.ml')
-rwxr-xr-xscript.it/script_event/complete_path.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.it/script_event/complete_path.ml b/script.it/script_event/complete_path.ml
index 99dd6ae..4383a2e 100755
--- a/script.it/script_event/complete_path.ml
+++ b/script.it/script_event/complete_path.ml
@@ -3,7 +3,7 @@ module State = Script_state.State
type t = Outline.t
-let update newPath state =
+let process newPath state =
let paths = List.map
state.State.paths
~f:(fun line ->