Skip to content

Commit

Permalink
fix: ensure refereneces to path vars are quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
jondkent committed Aug 12, 2019
1 parent e9213ba commit 390a124
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 @@ -48,7 +48,7 @@ docker-build: ## Builds the launch container
.PHONY: docker-test
docker-test: docker-build ## Run the tests
@docker run \
-v $(SIMULATOR_AWS_CREDS_PATH):/home/launch/.aws \
-v "$(SIMULATOR_AWS_CREDS_PATH)":/home/launch/.aws \
--rm -t $(CONTAINER_NAME_LATEST) \
goss validate

Expand Down

0 comments on commit 390a124

Please sign in to comment.