Skip to content

Commit

Permalink
Merge pull request #1048 from tanishi/fix/typo_in_attach
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dougm authored Feb 28, 2018
2 parents 0f82f03 + ce54fe2 commit 76228ab
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 @@ -59,7 +59,7 @@ func (cmd *attach) Process(ctx context.Context) error {
return nil
}

//This piece of code was developped mainly thanks to the project govmax on github.com
//This piece of code was developed mainly thanks to the project govmax on github.com
//This file in particular https://github.com/codedellemc/govmax/blob/master/api/v1/vmomi.go
func (cmd *attach) Run(ctx context.Context, f *flag.FlagSet) error {
vm, err := cmd.VirtualMachine()
Expand Down

0 comments on commit 76228ab

Please sign in to comment.