Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Oct 10, 2023
1 parent 1a0b53d commit 8536d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const deleteRiskScoreIndices = async ({
index: [`risk-score.risk-score-latest-${namespace}`],
}),
]);
log.info(result)
log.info(result);
} catch (e) {
log.error(`Error deleting risk score indices: ${e.message}`);
}
Expand Down

0 comments on commit 8536d6c

Please sign in to comment.