Skip to content

Commit

Permalink
Fix non linux with cgo build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Jan 29, 2016
1 parent ea16fd5 commit a2f72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfs/util_generic.go
@@ -1,4 +1,4 @@
// +build !linux,cgo
// +build !linux !cgo

package lfs

Expand Down

0 comments on commit a2f72c9

Please sign in to comment.