We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd9f57 commit 8bc8be7Copy full SHA for 8bc8be7
Makefile
@@ -56,7 +56,7 @@ setup: \
56
57
# Mutagen resources
58
$(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)): $(PROJECT)/Resources/.mutagenversion
59
- curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$$(basename "$@")" -o "$@"
+ curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(notdir $@)" -o "$@"
60
chmod +x "$@"
61
62
$(XCPROJECT): $(PROJECT)/project.yml
0 commit comments