Skip to content

Commit

Permalink
Not in any bucket now hints that the manifest might be autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Nov 22, 2024
1 parent d819089 commit cc87cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spoon/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func status(scoop *scoop.Scoop) error {
for _, app := range apps {
var info []string
if app.Bucket == nil {
info = append(info, "Not in any bucket")
info = append(info, "Unknown bucket (Autogenerated manifest?)")
}
if app.ManifestDeleted {
info = append(info, "Manifest removed")
Expand Down

0 comments on commit cc87cfe

Please sign in to comment.