Skip to content

Commit 5eeac1f

Browse files
committed
fix it with nix
1 parent f6c41e6 commit 5eeac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helper/dns/dns_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func apply(zones []string) error {
1919
}
2020

2121
for _, zone := range zones {
22-
configFilePath := filepath.oin(configFileDir, zone)
22+
configFilePath := filepath.Join(configFileDir, zone)
2323
f, err := os.OpenFile(configFilePath, os.O_CREATE|os.O_WRONLY, 0644)
2424
if err != nil {
2525
return err

0 commit comments

Comments
 (0)