diff --git a/internal/paths/paths.go b/internal/paths/paths.go index 9d99f1f06c..a240a6d6f2 100644 --- a/internal/paths/paths.go +++ b/internal/paths/paths.go @@ -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