Skip to content

Commit 6cd0ebb

Browse files
kit-ty-katedra27
andauthored
Make opam_branch a bit more logical
Co-authored-by: David Allsopp <[email protected]>
1 parent 5243caa commit 6cd0ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-opam/dockerfile_opam.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ let create_opam_branches opam_hashes =
148148
branch = "master";
149149
hash = opam_master_hash;
150150
enable_0install_solver = true;
151-
public_name = "opam-2.2"; (* TODO: Change when opam 2.2 is branched *)
152-
aliases = ["opam-dev"];
151+
public_name = "opam-dev";
152+
aliases = ["opam-2.2"]; (* TODO: Remove/update when opam 2.2 is branched *)
153153
};
154154
]
155155

0 commit comments

Comments
 (0)