Skip to content

Commit 4d78b35

Browse files
authored
Remove incorrect {% else if %}
1 parent 25fbdd2 commit 4d78b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/administering-a-repository/about-securing-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ These features are available {% if currentVersion == "free-pro-team@latest" %}fo
6060

6161
- **Detected secrets**
6262

63-
{% if currentVersion == "free-pro-team@latest" %}For private repositories, view {% else if %}View {% endif %}any secrets that {% data variables.product.prodname_dotcom %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
63+
{% if currentVersion == "free-pro-team@latest" %}For private repositories, view {% else %}View {% endif %}any secrets that {% data variables.product.prodname_dotcom %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
6464

6565
{% endif %}
6666

0 commit comments

Comments
 (0)