Skip to content

Commit

Permalink
fix darwin no Cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Jan 26, 2023
1 parent 387dc80 commit 15c572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/darwin/host_fqdn_nocgo_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ func fqdn() (string, error) {
return "", nil
}

func domain() (string, error) {
func domainname() (string, error) {
return "", nil
}

0 comments on commit 15c572b

Please sign in to comment.