mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 08:27:27 +08:00
fix stay paste error
This commit is contained in:
@@ -231,7 +231,7 @@ func setHostDNS(dns []byte, windows bool) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
hosts, err := file.NewFile(etchosts) http.ResponseWriter, r *http.Request
|
||||
hosts, err := file.NewFile(etchosts)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user