Skip to content

Commit

Permalink
opam var: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 4, 2020
1 parent 42f1739 commit 8bc9c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamConfigCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ let set_var_global gt var value =
OpamPrinter.Normalise.value (nullify_pos @@ List (nullify_pos @@ [
nullify_pos @@ Ident (OpamVariable.to_string var);
nullify_pos @@ String v;
nullify_pos @@ String "Set through 'opam config set-var global'"
nullify_pos @@ String "Set through 'opam var'"
])));
stv_set_opt = (fun config value ->
let gt =
Expand Down

0 comments on commit 8bc9c26

Please sign in to comment.