mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix: missing args from the install
recipe
This commit is contained in:
parent
ae8132f0db
commit
25772d512f
|
@ -13,7 +13,7 @@ drush *args:
|
|||
{{ "just _exec php drush {{ args }}" | raw }}
|
||||
|
||||
install *args:
|
||||
just _exec php drush site:install -y {{ args }}
|
||||
{{ "just _exec php drush site:install -y {{ args }}" | raw }}
|
||||
{% endif %}
|
||||
|
||||
_exec +args:
|
||||
|
|
Loading…
Reference in a new issue