diff --git a/scripts/create-julia-artifacts-toml b/scripts/create-julia-artifacts-toml
index c043a4c368ee355641760396147134378a96640c..a31fd966507e91e630f54b6ba7941d360ad3ad0c 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