Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix: rollback failed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcodelf authored and gitlawr committed Aug 15, 2023
1 parent 0d22cb0 commit fb20198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/service/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (h Handler) RouteRollback(req RouteRollbackRequest) error {
entity := rev.Edges.Service

entity.Attributes = rev.Attributes
entity.TemplateID = tv.TemplateID
entity.TemplateID = tv.ID
status.ServiceStatusDeployed.Reset(entity, "Rolling back")
entity.Status.SetSummary(status.WalkService(&entity.Status))

Expand Down

0 comments on commit fb20198

Please sign in to comment.