Merge pull request #317 from ahaltindis/fix_make_macos

Use mkdir -p instead of mkdir --parents
pull/260/head
Varun Patil 2023-01-04 15:34:27 -05:00 committed by GitHub
commit 8f4d50a377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ exiftool:
sh scripts/get-exiftool.sh
php-cs-fixer:
mkdir --parents tools/php-cs-fixer
mkdir -p tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer
php-lint: