Correction in error email formatting
This commit is contained in:
parent
5b9ef4233e
commit
a1e5510e49
3
main.go
3
main.go
@ -100,7 +100,8 @@ func update(c *cli.Context) error {
|
|||||||
|
|
||||||
if updatedDomains != "" {
|
if updatedDomains != "" {
|
||||||
SendStatusMail(fmt.Sprintf(`Home IP has changed : %s
|
SendStatusMail(fmt.Sprintf(`Home IP has changed : %s
|
||||||
Dns updated successfully for domains\n%s`, newIp, updatedDomains))
|
Dns updated successfully for domains
|
||||||
|
%s`, newIp, updatedDomains))
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user