Skip to content

Commit

Permalink
fix typo in wazuh_install_version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed May 23, 2024
1 parent d6b4df5 commit 927b22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unattended_installer/install_functions/installMain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function main() {
if [ -n "${showVersion}" ]; then
common_logger "Wazuh version: ${wazuh_version}"
common_logger "Filebeat version: ${filebeat_version}"
common_logger "Wazuh installation assistant version: ${wazuh_install_vesion}"
common_logger "Wazuh installation assistant version: ${wazuh_install_version}"
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion unattended_installer/install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
readonly wazuh_major="5.0"
readonly wazuh_version="5.0.0"
readonly filebeat_version="7.10.2"
readonly wazuh_install_vesion="0.1"
readonly wazuh_install_version="0.1"
readonly source_branch="v${wazuh_version}"

## Links and paths to resources
Expand Down

0 comments on commit 927b22f

Please sign in to comment.