Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Apr 15, 2021
1 parent 35361c7 commit 38352d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ var (

// Config for this plugin.
type Config struct {
Interval cnfg.Duration `toml:"interval "toml:"interval"`
Parallel uint `toml:"parallel" toml:"parallel"`
Disabled bool `toml:"disabled" toml:"disabled"`
Interval cnfg.Duration `toml:"interval" xml:"interval"`
Parallel uint `toml:"parallel" xml:"parallel"`
Disabled bool `toml:"disabled" xml:"disabled"`
Apps *apps.Apps `toml:"-"`
Notify *notifiarr.Config `toml:"-"`
*logs.Logger `json:"-"` // log file writer
Expand Down

0 comments on commit 38352d7

Please sign in to comment.