Correction in error email formatting

This commit is contained in:
Laurent Le Houerou 2019-06-14 08:46:00 +04:00
parent 5b9ef4233e
commit a1e5510e49

View File

@ -100,7 +100,8 @@ func update(c *cli.Context) error {
if updatedDomains != "" {
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