diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ func (f *Forge) HttpPost(url string, data []byte) ([]byte, error) { usr, _ := user.Current() req.Header.Set("author", usr.Username) - req.Header.Set("hostname", "fixme:hostname") + req.Header.Set("hostname", f.hostname) client := &http.Client{} resp, err := client.Do(req) |
