Skip to content

Commit

Permalink
fix(debug): log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Nov 18, 2024
1 parent f3903c9 commit 7c348e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/scripts/run-playbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ function runPlaybook() {
if [[ -z "${CI:-}" ]]; then
runPlaybook "$@"
else
runPlaybook "$@" &> /tmp/deploy_error.log
runPlaybook "$@" &> /tmp/deploy.log
fi;

0 comments on commit 7c348e1

Please sign in to comment.