mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +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 }}
|
{{ "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…
Reference in a new issue