Skip to content

Commit

Permalink
Update rest-org.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tdabasinskas committed Oct 14, 2019
1 parent de8cd17 commit 4e36142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-org.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (r *Client) CreateOrg(org Org) (StatusMessage, error) {
}

// GetActualOrg gets current organization.
// It reflects GET /api/orgs API call.
// It reflects GET /api/org API call.
func (r *Client) GetActualOrg() (Org, error) {
var (
raw []byte
Expand Down

0 comments on commit 4e36142

Please sign in to comment.