diff --git a/templates/justfile.twig b/templates/justfile.twig index 59111e7..fc08c67 100644 --- a/templates/justfile.twig +++ b/templates/justfile.twig @@ -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: