Skip to content

Commit 6541636

Browse files
committed
ok, split is an array, process it on dereference
1 parent c251083 commit 6541636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here you will find the packages with the current SimpleSAMLphp versions:
1212

1313
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
1414

15-
{% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' | strip_html %}
15+
{% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' %}
1616
SHA256 checksum slim-release: {{ sha[1] | strip_html }}
1717

1818
{% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}

0 commit comments

Comments
 (0)