Skip to content

Commit

Permalink
Update pkg/reloader/reloader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bwplotka committed Apr 6, 2021
1 parent bff5822 commit d9ea317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reloader/reloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (r *Reloader) Watch(ctx context.Context) error {
}

if r.watchInterval == 0 {
// Skip watching the file-system
// Skip watching the file-system.
return nil
}

Expand Down

0 comments on commit d9ea317

Please sign in to comment.