Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 11, 2023
1 parent 1b48f85 commit e9e8488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func manifestToObjects(manifest []byte, substratusOnly bool) ([]client.Object, e
return nil, fmt.Errorf("decoding: %w", err)
}
if obj == nil {
log.Println("ignoring nil object: %v", doc)
log.Printf("ignoring nil object: %v", doc)
continue
}

Expand Down

0 comments on commit e9e8488

Please sign in to comment.