Skip to content

Commit

Permalink
Fix typo in setup.sh
Browse files Browse the repository at this point in the history
runing -> running
  • Loading branch information
eltociear committed Dec 2, 2021
1 parent cffa4eb commit 192dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$1" = "start" ]; then
docker exec -dt SCAFFOLD_ETH bash -c "yarn start"
else
if [ "$1" = "deploy" ]; then
[ -z "$DOCKER_IMAGE" ] && echo "Container does not exist. Run the script with 'start' before runing it with the 'deploy' option." \
[ -z "$DOCKER_IMAGE" ] && echo "Container does not exist. Run the script with 'start' before running it with the 'deploy' option." \
|| docker exec -ti SCAFFOLD_ETH bash -c "yarn deploy"
else
echo "Invalid command. Choose 'start' or 'deploy'."
Expand Down

0 comments on commit 192dad6

Please sign in to comment.