Skip to content

Commit

Permalink
Merge pull request #3125 from wazuh/maintenance/3123-restore-version
Browse files Browse the repository at this point in the history
Revert replace source branch in Installation Assistant
  • Loading branch information
vikman90 authored Sep 20, 2024
2 parents 1b8355e + 2c97c70 commit f3f3ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unattended_installer/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.9.1-rc1"
source_branch="v4.9.1"

function getHelp() {

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 @@ -11,7 +11,7 @@ readonly wazuh_major="4.9"
readonly wazuh_version="4.9.1"
readonly filebeat_version="7.10.2"
readonly wazuh_install_vesion="0.1"
readonly source_branch="v${wazuh_version}-rc1"
readonly source_branch="v${wazuh_version}"

## Links and paths to resources
readonly resources="https://${bucket}/${wazuh_major}"
Expand Down

0 comments on commit f3f3ffd

Please sign in to comment.