mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 08:54:25 +08:00
fix stay paste error
This commit is contained in:
parent
7722ba910b
commit
aa24037d28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue