Closed
Bug 1897553
Opened 1 year ago
Closed 1 year ago
Fix `make help` on Windows
Categories
(Conduit :: Lando, defect)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahochheiden, Assigned: ahochheiden)
Details
Attachments
(1 file)
It's likely that Docker will be installed in /c/Program Files/.... Using DOCKER := $(shell which docker) to get the path, then calling @"$(DOCKER)" --version causes an error on Windows due to the space in Program Files. We can fix this by quoting both the calls to DOCKER and DOCKER_COMPOSE.
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•