mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Changed showing target host to use debug instead of verbose flag
This commit is contained in:
parent
dc07b5396b
commit
bb49129d31
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ var scanCmd = &cobra.Command{
|
|||
Debug: debug,
|
||||
})
|
||||
|
||||
if len(foundAssets) > 0 && verbose {
|
||||
if len(foundAssets) > 0 && debug {
|
||||
log.Info().Any("assets", foundAssets).Msgf("found assets from scan")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue