mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Changed the wording of error messages slightly
This commit is contained in:
parent
cc7bad8b94
commit
0403b2bcbc
11 changed files with 31 additions and 32 deletions
|
|
@ -27,7 +27,7 @@ var collectCmd = &cobra.Command{
|
|||
// get probe states stored in db from scan
|
||||
probeStates, err := sqlite.GetProbeResults(dbpath)
|
||||
if err != nil {
|
||||
l.Log.Errorf("could not get states: %v", err)
|
||||
l.Log.Errorf("failed toget states: %v", err)
|
||||
}
|
||||
|
||||
// try to load access token either from env var, file, or config if var not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue