Skip to content

Commit

Permalink
Merge pull request #1185 from nalind/lies-in-comments
Browse files Browse the repository at this point in the history
idtools: don't say ToHost() makes exceptions in its godoc when it doesn't
  • Loading branch information
flouthoc committed Mar 31, 2022
2 parents 0da9d61 + f3200eb commit bb2843d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/idtools/idtools.go
Expand Up @@ -190,7 +190,6 @@ func (i *IDMappings) RootPair() IDPair {
}

// ToHost returns the host UID and GID for the container uid, gid.
// Remapping is only performed if the ids aren't already the remapped root ids
func (i *IDMappings) ToHost(pair IDPair) (IDPair, error) {
var err error
var target IDPair
Expand Down

0 comments on commit bb2843d

Please sign in to comment.