mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Simple notification framework (#297)
* bonfire notifications working * make interface to make more extensible * some docs * typo * rename typo
This commit is contained in:
@@ -38,7 +38,7 @@ func CreateDomains(args CreateDomainsArgs) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
registrars, dnsProviders, _, err := InitializeProviders(args.CredsFile, cfg)
|
||||
registrars, dnsProviders, _, _, err := InitializeProviders(args.CredsFile, cfg, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user