From a2c953431d9b82dd09e9cacee45e608656bc12b8 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 7 Jul 2026 09:20:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20use=20single=20quotes=20i?= =?UTF-8?q?n=20filename,=20Windows=20doesn't=20like=20double=20quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" => template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja (100%) diff --git "a/template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" b/template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja similarity index 100% rename from "template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" rename to template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja