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

Commit 1e6d54f

Browse files
author
zeroabe
committed
Fixed bug with ignored files in config path
1 parent fc7bf7d commit 1e6d54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reader.go

-1
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)