Skip to content

Commit

Permalink
fixed wrong break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Jan 26, 2018
1 parent 79a7463 commit 30ece70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ func ParseConfig(filename string) *Config {
}
if !found {
cfg.Templates = append(cfg.Templates, v)
break
}
}
logy.Infof("%+v", cfg.Templates)
}

return cfg
Expand Down

0 comments on commit 30ece70

Please sign in to comment.