Skip to content

Commit

Permalink
Merge pull request #222 from foreign-sub/patch-1
Browse files Browse the repository at this point in the history
fix double "docker-compose" typo
  • Loading branch information
guysoft committed Jul 13, 2024
2 parents d132ba1 + ab24afb commit e6756d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
for docker_compose_service in DOCKER_COMPOSE_BOOT_PATH_PLACEHOLDER/*/; do
pushd "${docker_compose_service}"
if [ -f docker-compose.yml ]; then
docker-compose docker-compose down --remove-orphans
docker-compose down --remove-orphans
fi
popd
done
Expand Down

0 comments on commit e6756d3

Please sign in to comment.