We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251083 commit 6541636Copy full SHA for 6541636
1 file changed
download/index.md
@@ -12,7 +12,7 @@ Here you will find the packages with the current SimpleSAMLphp versions:
12
13
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
14
15
- {% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' | strip_html %}
+ {% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' %}
16
SHA256 checksum slim-release: {{ sha[1] | strip_html }}
17
18
{% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
0 commit comments