Skip to content

Commit

Permalink
Merge pull request #85 from wazuh/change/wazuh-packages-PR-2962
Browse files Browse the repository at this point in the history
Fixed typo in Wazuh Installation Assistant.
  • Loading branch information
c-bordon authored Sep 30, 2024
2 parents 43e9519 + 6069f74 commit c2f2c70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.

### Changed

- Fixed typo in Wazuh Installation Assistant. ([#85](https://github.com/wazuh/wazuh-installation-assistant/pull/85))
- Print on console the wazuh user's password when installing Wazuh server. ([#84](https://github.com/wazuh/wazuh-installation-assistant/pull/84))
- Improved service status and output management in Installation assistant. ([#82](https://github.com/wazuh/wazuh-installation-assistant/pull/82))
- Fixed API password change to match the user in wazuh.yml. ([#81](https://github.com/wazuh/wazuh-installation-assistant/pull/81))
Expand Down
2 changes: 1 addition & 1 deletion 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 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 c2f2c70

Please sign in to comment.