Add mising space between attributes in bin/fetch-deps.sh

This commit is contained in:
Adriano Caloiaro 2023-07-24 08:52:02 -06:00
parent 27c420310d
commit 227a915d2b
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -3,4 +3,4 @@
HTMX_VERSION=1.9.2
curl -sL "https://unpkg.com/htmx.org@$HTMX_VERSION" > static/htmx.js
echo '<script type="text/javascript"src="/htmx.js"></script>' > themes/ananke/layouts/partials/site-scripts.html
echo '<script type="text/javascript" src="/htmx.js"></script>' > themes/ananke/layouts/partials/site-scripts.html