Skip to content

Commit

Permalink
Fix Reenrollment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Apr 24, 2024
1 parent a666dbf commit c47c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-templates/readme_platform_orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Keyfactor Universal Orchestrator may be installed on either Windows or Linux
|Supports Management Remove|{% if about.orchestrator.win.supportsManagementRemove %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsManagementRemove %}✓{% else %} {% endif %} |
|Supports Create Store|{% if about.orchestrator.win.supportsCreateStore %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsCreateStore %}✓{% else %} {% endif %} |
|Supports Discovery|{% if about.orchestrator.win.supportsDiscovery %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsDiscovery %}✓{% else %} {% endif %} |
|Supports Renrollment|{% if about.orchestrator.win.supportsReenrollment %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsReenrollment %}✓{% else %} {% endif %} |
|Supports Reenrollment|{% if about.orchestrator.win.supportsReenrollment %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsReenrollment %}✓{% else %} {% endif %} |
|Supports Inventory|{% if about.orchestrator.win.supportsInventory %}✓{% else %} {% endif %} |{% if about.orchestrator.linux.supportsInventory %}✓{% else %} {% endif %} |

{% if about.orchestrator.pam_support %}
Expand Down

0 comments on commit c47c0f0

Please sign in to comment.