diff --git a/main.go b/main.go index 9c9ed3d..2b58c23 100644 --- a/main.go +++ b/main.go @@ -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