Skip to content

Commit 8ecc373

Browse files
committed
switch to basename
1 parent b68a149 commit 8ecc373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup: \
4242

4343
# Mutagen resources
4444
$(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)):
45-
curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(subst Coder ,,$(notdir $@))" -o "$@"
45+
curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(shell basename "$@")" -o "$@"
4646
chmod +x "$@"
4747

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

0 commit comments

Comments
 (0)