Skip to content

Commit

Permalink
weak -> glue
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Nov 25, 2022
1 parent a9e5ffa commit c52bf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ function status(ctx::Context, pkgs::Vector{PackageSpec}; diff::Bool=false, mode=
if compat
diff && pkgerror("Compat status has no `diff` mode")
outdated && pkgerror("Compat status has no `outdated` mode")
weak && pkgerror("Compat status has no `weak` mode")
glue && pkgerror("Compat status has no `glue` mode")
Operations.print_compat(ctx, pkgs; io)
else
Operations.status(ctx.env, ctx.registries, pkgs; mode, git_diff=diff, io, outdated, glue)
Expand Down

0 comments on commit c52bf27

Please sign in to comment.