Skip to content

Commit

Permalink
Fixing customized image installation issue
Browse files Browse the repository at this point in the history
This PR fixes cloudposse#490
  • Loading branch information
patlachance committed Dec 16, 2023
1 parent 760164c commit 68f1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quick-start/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ push:

## Install wrapper script from geodesic container
install:
@docker run --rm $(DOCKER_IMAGE_NAME) | bash -s $(DOCKER_TAG) || (echo "Try: sudo make install"; exit 1)
@docker run --rm -e DOCKER_IMAGE -e DOCKER_TAG $(DOCKER_IMAGE_NAME) | bash -s $(DOCKER_TAG) || (echo "Try: sudo make install"; exit 1)

## Start the geodesic shell by calling wrapper script
run:
Expand Down

0 comments on commit 68f1ab3

Please sign in to comment.