Skip to content

Commit 05a6bd1

Browse files
committed
alias opam 2.1 to /usr/bin/opaj
1 parent 0bafbc5 commit 05a6bd1

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
@@ -235,7 +235,7 @@ let create_opam_branches opam_hashes =
235235
enable_0install_solver = true;
236236
with_vendored_deps = false;
237237
public_name = "opam-2.1";
238-
aliases = [];
238+
aliases = ["opam"];
239239
};
240240
{
241241
branch = "2.2";

0 commit comments

Comments
 (0)