Skip to content

Commit

Permalink
Update birdhouse/scripts/logging.include.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Long Vu <[email protected]>
  • Loading branch information
mishaschwartz and tlvu authored Jan 16, 2025
1 parent 78b6e14 commit 32beb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/scripts/logging.include.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# support NO_COLOR flag (https://no-color.org/)
if [ -z "${BIRDHOUSE_COLOR}" ] && [ "${NO_COLOR}" != '1' ]; then
if [ -z "${BIRDHOUSE_COLOR}" ] && [ -z "${NO_COLOR}" ]; then
BIRDHOUSE_COLOR=1
fi

Expand Down

0 comments on commit 32beb2f

Please sign in to comment.