Skip to content

Commit 9523e2f

Browse files
committed
Fix missing $
1 parent b3bdec5 commit 9523e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/makelib/ci.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: minimize-uv-cache
22
minimize-uv-cache:
3-
@(UV) cache prune --ci
3+
@$(UV) cache prune --ci
44

55
.PHONY: generate-ci
66
generate-ci:

0 commit comments

Comments
 (0)