mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
fix: missing args from the install
recipe
This commit is contained in:
parent
ae8132f0db
commit
25772d512f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ drush *args:
|
||||||
{{ "just _exec php drush {{ args }}" | raw }}
|
{{ "just _exec php drush {{ args }}" | raw }}
|
||||||
|
|
||||||
install *args:
|
install *args:
|
||||||
just _exec php drush site:install -y {{ args }}
|
{{ "just _exec php drush site:install -y {{ args }}" | raw }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
_exec +args:
|
_exec +args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue