Skip to content

Commit b001fe7

Browse files
committed
Fix doc
1 parent 73ece8e commit b001fe7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src-opam/dockerfile_opam.mli

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ val gen_opam2_distro :
5454
opam_hashes:opam_hashes ->
5555
Dockerfile_distro.t
5656
-> string * Dockerfile.t
57-
(** [gen_opam2_distro ~hash_opam_2_0 ~hash_opam_2_1 ~hash_opam_master d] will generate a Dockerfile
58-
for Linux distribution [d] with opam 2.0 and opam 2.1, per hash given in parameter.
57+
(** [gen_opam2_distro ~opam_hashes d] will generate a Dockerfile
58+
for Linux distribution [d] with opam 2.0, opam 2.1, opam 2.2 and opam master,
59+
per hash given in parameter.
5960
@return a tuple of the Docker tag and the Dockerfile.
6061
If [clone_opam_repo] is true (the default) then the Dockerfile will also git
6162
clone the official opam-repository into [/home/opam/opam-repository].

0 commit comments

Comments
 (0)