Skip to content

Commit

Permalink
list: Use new API of certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 18, 2024
1 parent 1f59f18 commit 155eb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsuru/client/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (c *CertificateList) Run(context *cmd.Context) error {
if err != nil {
return err
}
u, err := config.GetURLVersion("1.2", fmt.Sprintf("/apps/%s/certificate", appName))
u, err := config.GetURLVersion("1.24", fmt.Sprintf("/apps/%s/certificate", appName))
if err != nil {
return err
}
Expand Down

0 comments on commit 155eb5e

Please sign in to comment.