Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jul 18, 2016
1 parent d9a1c6c commit 77355b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wcloud/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c Client) GetDeployments(from, through int64) ([]Deployment, error) {
return response.Deployments, nil
}

// GetDeployments returns a list of deployments
// GetEvents returns the raw events.
func (c Client) GetEvents(from, through int64) ([]byte, error) {
req, err := c.newRequest("GET", fmt.Sprintf("/api/deploy/from=%d&through=%d", from, through), nil)
if err != nil {
Expand Down

0 comments on commit 77355b9

Please sign in to comment.