Skip to content

Commit

Permalink
Update generate-files.sh
Browse files Browse the repository at this point in the history
FIX:
tput: unknown terminfo capability 'default'
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent 393eb2b commit 929affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/generate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ blue=$(tput setaf 4)
magenta=$(tput setaf 5)
cyan=$(tput setaf 6)
white=$(tput setaf 7)
defaultcolor=$(tput setaf default)
defaultcolor=$(tput setaf 7)

# ---------
# FUNCTIONS
Expand Down

0 comments on commit 929affc

Please sign in to comment.