Homebrew bottle builder and tap manager for OCaml monorepos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

monopam quality: use ocaml-git for subtree tree hash

+2 -2
+2 -2
lib/homebrew.ml
··· 656 656 let set_push_url config = 657 657 Bos.OS.Cmd.run 658 658 Bos.Cmd.( 659 - v "git" % "-C" % config.tap.local_path % "remote" % "set-url" 660 - % "--push" % "origin" % config.tap.push_url) 659 + v "git" % "-C" % config.tap.local_path % "remote" % "set-url" % "--push" 660 + % "origin" % config.tap.push_url) 661 661 |> Result.map_error (fun (`Msg e) -> e) 662 662 |> Result.map (fun _ -> ()) 663 663