Browse Source

Create the plugin directory if it doesn't exist.

Signed-off-by: Nicolas De Loof <[email protected]>
Chad Metcalf 5 years ago
parent
commit
3bc5fc129e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ecs/Makefile

+ 1 - 0
ecs/Makefile

@@ -11,6 +11,7 @@ e2e: build ## Run tests
 	go test ./... -v -tags=e2e
 
 dev: build
+	@mkdir -p ~/.docker/cli-plugins/
 	ln -f -s "${PWD}/dist/docker-ecs" "${HOME}/.docker/cli-plugins/docker-ecs"
 
 lint: ## Verify Go files