Skip to content

Commit

Permalink
Add -O option to wget for twig-lint.phar (Vardot#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartagis committed Aug 25, 2021
1 parent af2ccb8 commit a227f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
build:
- "composer global require drupal/coder dealerdirect/phpcodesniffer-composer-installer mglaman/drupal-check"
- 'export PATH="/var/www/.composer/vendor/bin"'
- "wget https://asm89.github.io/d/twig-lint.phar -P /var/www"
- "wget https://asm89.github.io/d/twig-lint.phar -P /var/www -O twig-lint.phar"
xdebug: true
config:
php: .lando/.php.ini
Expand Down

0 comments on commit a227f6d

Please sign in to comment.