mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 05:24:45 +00:00
Remove erroneous keystrokes.
This commit is contained in:
parent
f437b490b5
commit
4130c013f1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ func (c *Client) do(method, path string, in, out interface{}) error {
|
||||||
|
|
||||||
// make the request
|
// make the request
|
||||||
conn := httputil.NewClientConn(dial, nil)
|
conn := httputil.NewClientConn(dial, nil)
|
||||||
resp, err := conn.Do(req)el
|
resp, err := conn.Do(req)
|
||||||
defer conn.Close()
|
defer conn.Close()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue