Skip to content

Commit

Permalink
Fix API version of tsuru app deploy update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Aug 28, 2024
1 parent 0d505a7 commit d3de9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsuru/client/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ func (c *AppDeployRollbackUpdate) Run(context *cmd.Context) error {
if err != nil {
return err
}
u, err := config.GetURL(fmt.Sprintf("/apps/%s/deploy/rollback/update", appName))
u, err := config.GetURLVersion("1.4", fmt.Sprintf("/apps/%s/deploy/rollback/update", appName))
if err != nil {
return err
}
Expand Down

0 comments on commit d3de9bf

Please sign in to comment.