mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -07:00
refactor: changed fmt.Print to log.Info in cmd/fetch
This commit is contained in:
parent
ad45a540f0
commit
d02a49fe80
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ var fetchCmd = &cobra.Command{
|
|||
} else {
|
||||
// TODO: try and fetch token first if it is needed
|
||||
if verbose {
|
||||
fmt.Printf("No token found. Attempting to generate config without one...\n")
|
||||
log.Warn().Msg("No token found. Attempting to generate config without one...")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue