Skip to content

Commit

Permalink
Typo in ANSI excape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents committed Dec 17, 2024
1 parent 9b83591 commit 243c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install:
# Output header in bold white on green
- printf '\033[37;42;1m' > $TRAVIS_BUILD_DIR/hugo.log
- echo "HUGO was run for environment $TRAVIS_BRANCH" >> $TRAVIS_BUILD_DIR/hugo.log
- printf '\033[0;22mm' >> $TRAVIS_BUILD_DIR/hugo.log
- printf '\033[0;22m' >> $TRAVIS_BUILD_DIR/hugo.log
# Set pipefail so that if Hugo fails the whole job fails
- set -o pipefail
# put the flags in different config files controlled by environment matching $TRAVIS_BRANCH
Expand Down

0 comments on commit 243c17d

Please sign in to comment.