tuned messages;
authorwenzelm
Sun, 29 May 2022 23:47:53 +0200
changeset 75484 f37df3759770
parent 75483 022afbbf3194
child 75485 d8ee3e4d74ef
tuned messages;
src/Pure/Admin/sync_repos.scala
--- a/src/Pure/Admin/sync_repos.scala	Sun May 29 23:19:00 2022 +0200
+++ b/src/Pure/Admin/sync_repos.scala	Sun May 29 23:47:53 2022 +0200
@@ -33,8 +33,7 @@
       Isabelle_System.with_tmp_dir("sync_repos") { tmp_dir =>
         val id_path = tmp_dir + Path.explode("ISABELLE_ID")
         File.write(id_path, isabelle_hg.id(rev = rev))
-        Isabelle_System.rsync(progress = progress, verbose = verbose,
-          args = List(File.standard_path(id_path), target_dir + "etc/")).check
+        Isabelle_System.rsync(args = List(File.standard_path(id_path), target_dir + "etc/")).check
       }
     }