fixing windows binary build during CI. Update config missing error message.

This commit is contained in:
Jason Kulatunga
2020-09-29 16:16:15 -06:00
parent 6473ec1a28
commit 7742f4c6c3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)
+1 -1
View File
@@ -65,7 +65,7 @@ func (c *configuration) ReadConfig(configFilePath string) error {
}
if !utils.FileExists(configFilePath) {
log.Printf("No configuration file found at %v. Skipping", configFilePath)
log.Printf("No configuration file found at %v. Using Defaults.", configFilePath)
return errors.ConfigFileMissingError("The configuration file could not be found.")
}