src/Pure/Tools/update.scala
changeset 72763 3cc73d00553c
parent 72723 3b804e0ffae9
child 72822 8d166825265e
--- a/src/Pure/Tools/update.scala	Sat Nov 28 20:18:29 2020 +0100
+++ b/src/Pure/Tools/update.scala	Sat Nov 28 21:56:24 2020 +0100
@@ -63,7 +63,8 @@
   /* Isabelle tool wrapper */
 
   val isabelle_tool =
-    Isabelle_Tool("update", "update theory sources based on PIDE markup", args =>
+    Isabelle_Tool("update", "update theory sources based on PIDE markup", Scala_Project.here,
+      args =>
     {
       var base_sessions: List[String] = Nil
       var select_dirs: List[Path] = Nil