Skip to content

Commit

Permalink
fixed #5520
Browse files Browse the repository at this point in the history
  • Loading branch information
progressive-galib committed Dec 19, 2024
1 parent 26290a4 commit 1e81a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamLockCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ let select_packages atom_locs st =
atoms
in
if missing <> [] then
(OpamConsole.error
(OpamConsole.error_and_exit
"Skipping %s, dependencies are not satisfied in this switch, \
not installed packages are:\n%s"
(OpamPackage.to_string nv)
Expand Down

0 comments on commit 1e81a45

Please sign in to comment.