Skip to content

Commit

Permalink
Merge pull request #2541 from rawstorage/master
Browse files Browse the repository at this point in the history
Fix for issue 2539
  • Loading branch information
dougm authored Aug 11, 2021
2 parents 293f924 + 655f8e5 commit 4a7de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govc/vm/rdm/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (cmd *attach) Run(ctx context.Context, f *flag.FlagSet) error {
}
}
}
if free {
if free && u != 7 {
unitNumber = &u
break
}
Expand Down

0 comments on commit 4a7de71

Please sign in to comment.