diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 01:24:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 01:24:34 -0500 |
| commit | 817107dc160071ca3fe1c196335d6747271f3c99 (patch) | |
| tree | 90283e94993a3113e8a54546b2556a8816a47d01 /http.go | |
| parent | 4a27e7702b9b975b066ec9d2ee7ac932d86552e3 (diff) | |
more patch stuffv0.0.126
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) |
