Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
cramja committed Jun 28, 2021
1 parent fb0755f commit ebf2e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/driver/config/namespace_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func eventHandler(ctx context.Context, nw *NamespaceWatcher, done <-chan int, in

func readNamespaceFile(l *logrusx.Logger, r io.Reader, source string) *NamespaceFile {
var parse Parser

parse, err := GetParser(source)
if err != nil {
l.WithError(err).WithField("file_name", source).Warn("could not infer format from file extension")
Expand Down

0 comments on commit ebf2e54

Please sign in to comment.