Skip to content

Commit 8a83e11

Browse files
committed
[git-pack] fix makefile
1 parent b392a55 commit 8a83e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ check: ## Build all code in suitable configurations
9191
cd git-hash && cargo check --all-features \
9292
&& cargo check
9393
cd git-object && cargo check --all-features
94-
cd git-odb && cargo check --features serde1 \
94+
cd git-pack && cargo check --features serde1 \
9595
&& cargo check --features pack-cache-lru-static \
9696
&& cargo check --features pack-cache-lru-dynamic \
9797
&& cargo check

0 commit comments

Comments
 (0)