Skip to content

Commit

Permalink
fix config struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jun 5, 2024
1 parent 3a399b0 commit 7ff18e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavalinkbot/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (c BotConfig) String() string {
type GitHubConfig struct {
ServerAddr string `yaml:"server_addr"`
WebhookSecret string `yaml:"webhook_secret"`
Releases map[string]GithubReleaseConfig `yaml:"github_releases"`
Releases map[string]GithubReleaseConfig `yaml:"releases"`
}

func (c GitHubConfig) String() string {
Expand Down

0 comments on commit 7ff18e8

Please sign in to comment.