Skip to content

Commit

Permalink
Fix source branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Jan 17, 2025
1 parent 2216f3f commit e82ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_functions/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ function checks_development_source_tag() {
"https://api.github.com/repos/wazuh/wazuh-installation-assistant/git/refs/tags/$source_branch")

if [ "$status_code" -ne 200 ]; then
common_logger -e "Tag '$source_branch' does not exist. Using the source branch related to the Wazuh version ($wazuh_version)."
common_logger -e "Tag '$source_branch' does not exist. Using the source branch related to the Wazuh version (${source_branch#v})."
source_branch="${wazuh_version}"

# Check if the source branch exists
Expand Down

0 comments on commit e82ba0b

Please sign in to comment.