Skip to content

Commit

Permalink
Enable trace in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 29, 2024
1 parent a8743b7 commit e62a5c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
set -o nounset
set -o pipefail
set -o errexit
if [ "${DEBUG:-true}" == "true" ]; then
set -o xtrace
fi

function info {
_print_msg "INFO" "$1"
Expand Down

0 comments on commit e62a5c4

Please sign in to comment.