Skip to content

Commit de2a26f

Browse files
fix: typo in container_init_test.go
1 parent 61763a8 commit de2a26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/cmd/container_init_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func Test_chownPaths(t *testing.T) {
4141

4242
require.EqualValues(t, distinctPaths{firstParentDir: {}, secondParentDir: {}}, pathsToChown)
4343

44-
err = pathsToChown.chown(os.Getuid(), os.Getpid())
44+
err = pathsToChown.chown(os.Getuid(), os.Getgid())
4545
require.NoError(t, err)
4646
}
4747

0 commit comments

Comments
 (0)