Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jul 13, 2020
1 parent 71786f2 commit feb9c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/wksprovider/machine/os/os.go
Expand Up @@ -81,7 +81,7 @@ type Identifiers struct {
SystemUUID string
}

// IDs returns this machine's ID system UUID.
// IDs returns this machine's ID and system UUID.
func (o OS) IDs() (*Identifiers, error) {
osres, err := resource.NewOS(o.runner)
if err != nil {
Expand Down

0 comments on commit feb9c7c

Please sign in to comment.