aboutsummaryrefslogtreecommitdiffstats
path: root/c_parse.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_parse.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_parse.go b/c_parse.go
index 45dec61..61d4dfc 100644
--- a/c_parse.go
+++ b/c_parse.go
@@ -62,6 +62,7 @@ func c_read_yaml_file(file string) *HostNode {
yaml_file, err := os.ReadFile(file)
if err != nil {
+ // TODO: remove all c_dies with c_err_mode
c_die("error reading file " + file, err)
}
if err = yaml.Unmarshal(yaml_file, &host); err != nil {