Fix typo
This commit is contained in:
@@ -20,7 +20,7 @@ function main() {
|
||||
|
||||
for container_path in ${container_list}; do
|
||||
cd "${container_path}"
|
||||
if [ -f docker compose.yml ]; then
|
||||
if [ -f docker-compose.yml ]; then
|
||||
printf "Updating ${container_path} : \n" \
|
||||
&& docker compose pull \
|
||||
&& docker compose build --pull \
|
||||
|
Reference in New Issue
Block a user