aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2019-11-16 22:05:28 -0800
committerRadon Rosborough <radon.neon@gmail.com>2019-11-16 22:05:28 -0800
commit61f9335756bbc2102e4c91cb3f5361891c74f27c (patch)
treed6ecc6b51df49ef408d7a7f4db881a35fc456098
parent68d875533379cbc1ac46b2adcf96d6722de6968a (diff)
Fix Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b0fa16..259ad75 100644
--- a/Makefile
+++ b/Makefile
@@ -60,4 +60,4 @@ clean: ## Remove build artifacts
.PHONY: docker
docker: ## Start a Docker shell; e.g. make docker VERSION=25.3
- @scripts/docker.bash $(VERSION)
+ @scripts/docker.bash "$(VERSION)" "$(CMD)"