From 4728bea6331e509c3ae4fb16ca3e052f91da2189 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 13 Apr 2022 14:03:09 -0400 Subject: [PATCH] fix typo --- salt/common/tools/sbin/so-analyst-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-analyst-install b/salt/common/tools/sbin/so-analyst-install index 65f78921c..79dd0cc20 100755 --- a/salt/common/tools/sbin/so-analyst-install +++ b/salt/common/tools/sbin/so-analyst-install @@ -75,7 +75,7 @@ fi {#- if this is not a manager #} {% else -%} -echo "Since this is not a manager, the pillar values to enable analyst workstation must be set manually. Please view the documention at $doc_workstation_url." +echo "Since this is not a manager, the pillar values to enable analyst workstation must be set manually. Please view the documentation at $doc_workstation_url." {#- endif if this is a manager #} {% endif -%} @@ -83,7 +83,7 @@ echo "Since this is not a manager, the pillar values to enable analyst workstati {#- if not CentOS #} {%- else %} -echo "The Analyst Workstation can only be installed on CentOS. Please view the documention at $doc_workstation_url." +echo "The Analyst Workstation can only be installed on CentOS. Please view the documentation at $doc_workstation_url." {#- endif grains.os == CentOS #} {% endif -%}