Commit f2e5cdb9 authored by Matt Butcher's avatar Matt Butcher

Merge pull request #381 from technosophos/master

fix(client): save 16 bits for Adam
parents 6ea146ae 5497e40b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment