Skip to content

Commit

Permalink
err typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantelijo committed Jan 23, 2024
1 parent 3d1edeb commit 81b9da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/actions/svc_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ func (c *Container) ServiceUpdate(ctx *cli.Context) error {
}

if err := c.updateSwarmServices(ctx, selectedSwarmServicesToUpdate, services); err != nil {
return nil
return err
}
if err := c.updateBrokerServerServices(selectedBrokerServicesToUpdate, brokerServices); err != nil {
return nil
return err
}

// Run the healthchecks
Expand Down

0 comments on commit 81b9da0

Please sign in to comment.