We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31fbde commit 3cad4dfCopy full SHA for 3cad4df
src/client/opamClient.ml
@@ -1233,7 +1233,7 @@ let initialise_msys2 root =
1233
in
1234
let answer =
1235
let cmd = OpamConsole.colorise `yellow (cmd ^ " -lc \"uname -a\"") in
1236
- OpamConsole.menu ~unsafe_yes:`Yes ~default:`Yes ~no:`Quit
+ OpamConsole.menu ~default:`Yes ~unsafe_yes:`Yes ~yes:`Ignore ~no:`Quit
1237
"MSYS2 appears not to have been initialised. opam can:"
1238
~options:[
1239
`Yes, Printf.sprintf
0 commit comments