Skip to content

Commit 3a9fba6

Browse files
cask layout: fix requirements label
1 parent 6c6e946 commit 3a9fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/cask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
{%- endcapture -%}
8585
{%- endif -%}
8686
{%- if requirements.size > 0 %}
87-
<p>Current version requires: {{ requirements }}</p>
87+
<p>Requirements: {{ requirements }}</p>
8888
{%- endif -%}
8989
{%- endif -%}
9090

0 commit comments

Comments
 (0)