Skip to content

Commit 34d005f

Browse files
mtelversMisterDA
andauthored
Make git fetch quiet
Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
1 parent 44e1f35 commit 34d005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-opam/opam.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let install_opam_from_source ?(add_default_link = true) ?(prefix = "/usr/local")
3737
~hash () =
3838
run
3939
"cd /tmp/opam-sources && cp -P -R -p . ../opam-build-%s && cd \
40-
../opam-build-%s && git fetch && git checkout %s && ln -s \
40+
../opam-build-%s && git fetch -q && git checkout %s && ln -s \
4141
../opam/src_ext/archives src_ext/archives && env \
4242
PATH=\"/tmp/opam/bootstrap/ocaml/bin:$PATH\" ./configure \
4343
--enable-cold-check%s%s && env \

0 commit comments

Comments
 (0)