Skip to content

Commit 333b68b

Browse files
committed
fix wrong JSON tag
1 parent 077dbce commit 333b68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/settings/settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type MailNotify struct {
5353
SMTPServer string `json:"smtp_server" yaml:"smtp_server"`
5454
SMTPUsername string `json:"smtp_username" yaml:"smtp_username"`
5555
SMTPPassword string `json:"smtp_password" yaml:"smtp_password"`
56-
SMTPPasswordFile string `json:"smtp_password" yaml:"smtp_password_file"`
56+
SMTPPasswordFile string `json:"smtp_password_file" yaml:"smtp_password_file"`
5757
SMTPPort int `json:"smtp_port" yaml:"smtp_port"`
5858
SendTo string `json:"send_to" yaml:"send_to"`
5959
}

0 commit comments

Comments
 (0)