Skip to content

Commit acd79de

Browse files
authored
fix: build chown_unix.go for common unixes supported by go
1 parent b0872aa commit acd79de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/template/chown_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build linux || darwin
1+
//go:build darwin || freebsd || linux || netbsd || openbsd
22

33
package template
44

0 commit comments

Comments
 (0)