Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-13485-fix-ovf-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan authored Nov 8, 2024
2 parents 9e99f7f + caa4626 commit eec54e9
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 219 deletions.
2 changes: 1 addition & 1 deletion admin/commands/management/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (cmd *RemoveCommand) RunCmd() (commands.Result, error) {
case len(servicesRes.Payload.External) == 1:
serviceID = servicesRes.Payload.External[0].ServiceID
}
if cmd.ServiceID == "" {
if serviceID == "" {
//nolint:revive,golint
return nil, errors.New(`We could not find a service associated with the local node. Please provide "Service ID" or "Service name".`)
}
Expand Down
218 changes: 0 additions & 218 deletions docs/release-notes/2.43.0.md

This file was deleted.

Loading

0 comments on commit eec54e9

Please sign in to comment.