Skip to content

Commit 635d36a

Browse files
[Makefile] Fix shard.lock recipe (#515)
1 parent 456e46a commit 635d36a

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
@@ -61,6 +61,6 @@ lib: shard.lock
6161
$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)
6262

6363
shard.lock: shard.yml
64-
$(SHARDS) update
64+
[ $(SHARDS) = false ] || $(SHARDS) update
6565

6666
phony:

0 commit comments

Comments
 (0)