- Builder: hotfix for bug introduced in 3adf9ce04e
This commit is contained in:
parent
a078d3c872
commit
dbfb3eb923
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ func (cli *DockerCli) CmdBuild(args ...string) error {
|
|||
v := &url.Values{}
|
||||
v.Set("t", *tag)
|
||||
// Send the multipart request with correct content-type
|
||||
req, err := http.NewRequest("POST", fmt.Sprintf("/v%s/build?%s", APIVERSION, v.Encode()), multipartBody)
|
||||
req, err := http.NewRequest("POST", fmt.Sprintf("/v%g/build?%s", APIVERSION, v.Encode()), multipartBody)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue