Skip to content

Commit c86e349

Browse files
committed
Correct docker compose usage
1 parent d1006ec commit c86e349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron-job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git checkout master
1313
git pull
1414

1515
# do actual update
16-
docker-compose run --rm php --entrypoint="./php-version-audit" --no-update --full-update
16+
docker compose run --rm php --entrypoint="./php-version-audit" --no-update --full-update
1717

1818
COMMIT_MESSAGE="Automatic updates."
1919
LINES_ADDED=$(git diff --numstat docs/rules-v1.json | sed 's/^\([0-9]*\)\(.*\)/\1/g')

0 commit comments

Comments
 (0)