We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c8fcb commit 9c6acfaCopy full SHA for 9c6acfa
internal/config/flavor.go
@@ -36,7 +36,7 @@ func assertYamlFileExists(yamlFile string) {
36
os.Exit(1)
37
}
38
if err != nil {
39
- log.Errorf("Failed to stat hover.yaml: %v\n", err)
+ log.Errorf("Failed to stat %s: %v\n", yamlFile, err)
40
41
42
0 commit comments