Skip to content

Commit 84ac255

Browse files
committed
fix condition in beta note
1 parent 1e3b711 commit 84ac255

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • data/reusables/secret-scanning

data/reusables/secret-scanning/beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{% if currentVersion == "github-ae@latest" %}
1+
{% if currentVersion == "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
22
{% note %}
33

44
**Note:** {% data variables.product.prodname_secret_scanning_caps %} for organization-owned repositories is currently in beta and subject to change.
55

66
{% endnote %}
77

88
{% endif %}
9-
{% if currentVersion == "enterprise-server@3.0" %}
9+
{% if currentVersion gt "enterprise-server@3.0" %}
1010

1111
{% note %}
1212

0 commit comments

Comments
 (0)