Skip to content

Commit c93ebae

Browse files
committed
Add execution permission to repository_bumper.sh
1 parent 6d5ecbc commit c93ebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/repository_bumper.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1010
REPO_PATH=$(git rev-parse --show-toplevel 2>/dev/null)
1111
DATE_TIME=$(date "+%Y-%m-%d_%H-%M-%S-%3N")
1212
LOG_FILE="${SCRIPT_PATH}/repository_bumper_${DATE_TIME}.log"
13-
WAZUH_DASHBOARD_ML_COMMONS_WORKFLOW_FILE="${REPO_PATH}/.github/workflows/4_builderpackage_ml_commons_plugin.yml"
13+
WAZUH_DASHBOARD_ML_COMMONS_WORKFLOW_FILE="${REPO_PATH}/.github/workflows/5_builderpackage_ml_commons_plugin.yml"
1414
VERSION_FILE="${REPO_PATH}/VERSION.json"
1515
VERSION=""
1616
REVISION="00"

0 commit comments

Comments
 (0)