From e6194afd7ba64d053f167ad48502b36766f0c75c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 2 Apr 2021 18:22:05 +0200
Subject: [PATCH] CI: another bugfix in generated Artifacts.toml

---
 scripts/create-julia-artifacts-toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/create-julia-artifacts-toml b/scripts/create-julia-artifacts-toml
index a31fd966..183a0861 100755
--- a/scripts/create-julia-artifacts-toml
+++ b/scripts/create-julia-artifacts-toml
@@ -59,7 +59,7 @@ for platform in !(Artifacts.toml); do
     echo
     echo [[dynare-preprocessor.download]]
     echo sha256 = \"$sha256\"
-    echo url = "$base_url/$commit_sha/$tarball"
+    echo "url = \"$base_url/$commit_sha/$tarball\""
     echo
     echo
 done > Artifacts.toml
-- 
GitLab