diff --git a/src/Operations.jl b/src/Operations.jl index 1ca2cdd503..68fd1e350f 100644 --- a/src/Operations.jl +++ b/src/Operations.jl @@ -1754,8 +1754,8 @@ function status(ctx::Context, pkgs::Vector{PackageSpec}=PackageSpec[]; old_ctx = Context(;env=env_diff) end # display - filter_uuids = [pkg.uuid for pkg in pkgs if pkg.uuid !== nothing] - filter_names = [pkg.name for pkg in pkgs if pkg.name !== nothing] + filter_uuids = [pkg.uuid::UUID for pkg in pkgs if pkg.uuid !== nothing] + filter_names = [pkg.name::String for pkg in pkgs if pkg.name !== nothing] diff = old_ctx !== nothing header = something(header, diff ? :Diff : :Status) if mode == PKGMODE_PROJECT || mode == PKGMODE_COMBINED