From 748e3054cd6dc07feb7d1dd5e04bf780260dbfae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 2 Apr 2021 18:15:53 +0200
Subject: [PATCH] CI: 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 c043a4c3..a31fd966 100755
--- a/scripts/create-julia-artifacts-toml
+++ b/scripts/create-julia-artifacts-toml
@@ -49,7 +49,7 @@ for platform in !(Artifacts.toml); do
     sha256=$(sha256sum "$tarball")
     sha256=${sha256%% *} # Strip filename from output
     git_tree_sha1=$(julia --project="$project_dir" -q -e "import Pkg; Pkg.add([\"Tar\", \"Inflate\"]); using Tar, Inflate; println(Tar.tree_hash(IOBuffer(inflate_gzip(\"$tarball\"))))")
-    echo [dynare-preprocessor]
+    echo [[dynare-preprocessor]]
     echo os = \"$os\"
     echo arch = \"$arch\"
     if [[ $os == linux ]]; then
-- 
GitLab