fix(client): save 16 bits for Adam

pull/381/head
Matt Butcher 9 years ago
parent 6ea146ae6a
commit 5497e40bc8

@ -299,7 +299,7 @@ func (c *Client) PostDeployment(name string, cfg *common.Configuration) error {
return err
}
var out interface{}
var out struct{}
b := bytes.NewBuffer(data)
return c.CallService("/deployments", "POST", "post deployment", &out, b)

Loading…
Cancel
Save