From c7d9d03670b337a8847fddd1fc65e063bd937c1f Mon Sep 17 00:00:00 2001 From: cqc Date: Wed, 22 May 2024 15:08:19 -0500 Subject: [PATCH] ogui branch --- .config/init.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/init.ml b/.config/init.ml index 91314da..fed2929 100644 --- a/.config/init.ml +++ b/.config/init.ml @@ -27,7 +27,7 @@ module Store = struct let init_default upstream_url : Sync.db Lwt.t = S.Repo.v (Irmin_git.Conf.init "../rootstore") >>= fun repo -> - S.of_branch repo "lablgtk" >>= fun t -> + S.of_branch repo "ogui" >>= fun t -> S.remote upstream_url >>= fun upstream -> (* (try Sync.pull_exn t upstream `Set >>= fun _ -> Lwt.return_unit with Invalid_argument a ->