Update documented paths for config file since it was changed to the

root. Addresses #52
This commit is contained in:
Gabe Kangas
2020-07-12 13:12:30 -07:00
parent 78edee10cb
commit 28778d6437
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ type s3 struct {
func (c *config) load(filePath string) error {
if !utils.DoesFileExists(filePath) {
log.Fatal("ERROR: valid config/config.yaml is required. Copy config-example.yaml to config.yaml and edit")
log.Fatal("ERROR: valid config.yaml is required. Copy config-example.yaml to config.yaml and edit")
}
yamlFile, err := ioutil.ReadFile(filePath)