We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c41e6 commit 5eeac1fCopy full SHA for 5eeac1f
pkg/helper/dns/dns_darwin.go
@@ -19,7 +19,7 @@ func apply(zones []string) error {
19
}
20
21
for _, zone := range zones {
22
- configFilePath := filepath.oin(configFileDir, zone)
+ configFilePath := filepath.Join(configFileDir, zone)
23
f, err := os.OpenFile(configFilePath, os.O_CREATE|os.O_WRONLY, 0644)
24
if err != nil {
25
return err
0 commit comments