mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 16:33:49 +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 {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
hosts, err := file.NewFile(etchosts) http.ResponseWriter, r *http.Request
|
hosts, err := file.NewFile(etchosts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user