Skip to content

Commit

Permalink
Attempt to fix color error in example output.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Aug 23, 2024
1 parent 1c1bd58 commit 387af20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export COLUMNS=120


# Try to make terminal output as consistent as possible.
TERM=xterm-256color COLUMNS=160 LINES=40 \
FORCE_COLOR=3 TERM=dumb CLI_WIDTH=120 COLUMNS=120 LINES=40 \
PS4="${GREEN}$ ${NC}" unbuffer bash -x ./examples/simple_example.sh \
> .github/simple_example.log 2>&1

Expand Down

0 comments on commit 387af20

Please sign in to comment.