Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Jul 31, 2024
1 parent bc6f7c0 commit 8de68a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/releases.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{% if p == "RedHat8" %}
<span class="label label-warning">RedHat8</span>
{% endif %}
{% if p == "CentOS7" %}
{% if p == "RedHat9" %}
<span class="label label-success">RedHat9</span>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 8de68a0

Please sign in to comment.