Skip to content

Commit 9c6acfa

Browse files
committed
update error message
1 parent d8c8fcb commit 9c6acfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/flavor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func assertYamlFileExists(yamlFile string) {
3636
os.Exit(1)
3737
}
3838
if err != nil {
39-
log.Errorf("Failed to stat hover.yaml: %v\n", err)
39+
log.Errorf("Failed to stat %s: %v\n", yamlFile, err)
4040
os.Exit(1)
4141
}
4242
}

0 commit comments

Comments
 (0)