Skip to content

Commit

Permalink
Merge pull request #58 from D8-X/typo
Browse files Browse the repository at this point in the history
err typo
  • Loading branch information
Mantelijo authored Jan 23, 2024
2 parents fe73fe1 + 81b9da0 commit e3621f1
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 e3621f1

Please sign in to comment.