Skip to content

Commit

Permalink
Merge pull request #108 from lucis-fluxum/patch-1
Browse files Browse the repository at this point in the history
Fix query value in get_deployments
  • Loading branch information
ddiachkov authored Jul 23, 2018
2 parents 4be679a + 3ea2cbe commit b21cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ey-core/requests/get_deployments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_deployments(params={})
request(
:params => params,
:path => "/deployments",
:query => params,
:query => query,
:url => url,
)
end
Expand Down

0 comments on commit b21cca6

Please sign in to comment.