fix: missing args from the install recipe

This commit is contained in:
Oliver Davies 2023-03-10 23:16:11 +00:00
parent ae8132f0db
commit 25772d512f

View file

@ -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: