Skip to content

Commit caf54e9

Browse files
committed
Update Makefile
1 parent 06bf579 commit caf54e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ unused:
2020

2121
# go get github.com/kisielk/errcheck
2222
errcheck:
23-
@errcheck -ignorepkg=bytes -ignore=os:Remove go.etcd.io/bbolt
23+
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/TrueNodes/bbolt
2424

2525
test:
2626
TEST_FREELIST_TYPE=hashmap go test -timeout 20m -v -coverprofile cover.out -covermode atomic

0 commit comments

Comments
 (0)