Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit c34dee1

Browse files
Merge pull request #4 from zeroabe/first_config_file_fix
Fixed bug with ignored files in config path
2 parents fc7bf7d + 1e6d54f commit c34dee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reader.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func ReadConfigs(cfgPath string) ([]byte, error) {
9090

9191
if _, ok := configs[folder]; !ok {
9292
configs[folder] = configFromFile[folder]
93-
continue
9493
}
9594

9695
cc := configs[folder]

0 commit comments

Comments
 (0)