Skip to content

Commit

Permalink
Remove erroneous keystrokes.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Mar 9, 2014
1 parent f437b49 commit 4130c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/docker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4130c01

Please sign in to comment.