Skip to content

Commit

Permalink
Merge pull request #2093 from tgolang/main
Browse files Browse the repository at this point in the history
chore: fix comment
  • Loading branch information
jjbustamante authored Mar 12, 2024
2 parents ff3ad2b + 647f447 commit 95b5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/paths/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func WindowsToSlash(p string) string {
}

// WindowsPathSID returns the appropriate SID for a given UID and GID
// This the basic logic for path permissions in Pack and Lifecycle
// This is the basic logic for path permissions in Pack and Lifecycle
func WindowsPathSID(uid, gid int) string {
if uid == 0 && gid == 0 {
return "S-1-5-32-544" // BUILTIN\Administrators
Expand Down

0 comments on commit 95b5aef

Please sign in to comment.