Skip to content

Commit 2a46de8

Browse files
committed
build: fix dirlock build tags for windows build
needs to be "not windows AND not illumos" was OR - always true because windows is not illumos (and illumos was broken similarly)
1 parent dbfb2d8 commit 2a46de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dirlock/dirlock.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows !illumos
1+
// +build !windows,!illumos
22

33
package dirlock
44

0 commit comments

Comments
 (0)