mirror of
https://github.com/harness/drone.git
synced 2025-05-19 02:20:03 +08:00
Remove erroneous keystrokes.
This commit is contained in:
parent
f437b490b5
commit
4130c013f1
@ -123,7 +123,7 @@ func (c *Client) do(method, path string, in, out interface{}) error {
|
||||
|
||||
// make the request
|
||||
conn := httputil.NewClientConn(dial, nil)
|
||||
resp, err := conn.Do(req)el
|
||||
resp, err := conn.Do(req)
|
||||
defer conn.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user