We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5243caa commit 6cd0ebbCopy full SHA for 6cd0ebb
src-opam/dockerfile_opam.ml
@@ -148,8 +148,8 @@ let create_opam_branches opam_hashes =
148
branch = "master";
149
hash = opam_master_hash;
150
enable_0install_solver = true;
151
- public_name = "opam-2.2"; (* TODO: Change when opam 2.2 is branched *)
152
- aliases = ["opam-dev"];
+ public_name = "opam-dev";
+ aliases = ["opam-2.2"]; (* TODO: Remove/update when opam 2.2 is branched *)
153
};
154
]
155
0 commit comments