Skip to content

Commit

Permalink
Change Wazuh version to test the workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Dec 18, 2024
1 parent aeb9b6e commit 2cd15c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool"
readonly resources_passwords="${base_path_builder}/passwords_tool"
readonly resources_common="${base_path_builder}/common_functions"
readonly resources_download="${base_path_builder}/downloader"
source_branch="v4.10.1"
source_branch="v4.9.2"

function getHelp() {

Expand Down
2 changes: 1 addition & 1 deletion install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Package vars
readonly wazuh_major="4.10"
readonly wazuh_version="4.10.1"
readonly wazuh_version="4.9.2"
readonly filebeat_version="7.10.2"
readonly wazuh_install_vesion="0.1"
source_branch="v${wazuh_version}"
Expand Down
2 changes: 1 addition & 1 deletion passwords_tool/passwordsFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.

function passwords_changePassword() {

if [ -n "${changeall}" ]; then
Expand Down

0 comments on commit 2cd15c9

Please sign in to comment.