Skip to content

Commit

Permalink
Update image to images for capacity endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Dec 7, 2023
1 parent 8330677 commit bbea200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (c *Client) ListRunners(patStr string, owner string, staff, images, json bo
}

if images {
q.Set("image", "1")
q.Set("images", "1")
}

if len(owner) > 0 {
Expand Down

0 comments on commit bbea200

Please sign in to comment.