Skip to content

Commit 8bc8be7

Browse files
committed
update curl
1 parent cbd9f57 commit 8bc8be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ setup: \
5656

5757
# Mutagen resources
5858
$(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)): $(PROJECT)/Resources/.mutagenversion
59-
curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$$(basename "$@")" -o "$@"
59+
curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(notdir $@)" -o "$@"
6060
chmod +x "$@"
6161

6262
$(XCPROJECT): $(PROJECT)/project.yml

0 commit comments

Comments
 (0)