Skip to content

Commit

Permalink
Fix Makefile problem in Windows chocolatey build
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 3, 2021
1 parent 2b1e70c commit 20fe4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ chocolatey: $(GOTMP)/bin/windows_amd64/ddev_windows_installer.$(VERSION).exe
echo "Skipping chocolatey build on interim version"; \
else \
docker run --rm -v "/$(PWD)/$(GOTMP)/bin/windows_amd64/chocolatey:/tmp/chocolatey" -w "//tmp/chocolatey" linuturk/mono-choco pack ddev.nuspec; \
@echo "chocolatey package is in $(GOTMP)/bin/windows_amd64/chocolatey"; \
echo "chocolatey package is in $(GOTMP)/bin/windows_amd64/chocolatey"; \
fi

$(GOTMP)/bin/windows_amd64/mkcert.exe $(GOTMP)/bin/windows_amd64/mkcert_license.txt:
Expand Down

0 comments on commit 20fe4c3

Please sign in to comment.