mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
chore: miscellaneous updates
This commit is contained in:
parent
a9492c70f6
commit
86fcf54b6e
4 changed files with 18 additions and 12 deletions
|
|
@ -21,5 +21,5 @@ func PrintYAML(data any) {
|
|||
if err != nil {
|
||||
log.Error().Err(err).Msgf("failed to marshal scanned results to JSON")
|
||||
}
|
||||
fmt.Printf("%s\n", string(b))
|
||||
fmt.Print(string(b))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue