Commit aefc21b6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: remove double dollar char

parent 541d1ec4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ function maybe_process_template() {
      curl -sS -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch"

      # add frontmatter
      sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $$web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md"
      sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md"

      # write template card
      {