diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-09 22:58:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 22:58:52 +0900 |
| commit | 3cd28a0a7b86aec4e25bfef92bc8ccca75510e54 (patch) | |
| tree | 9830bb27e32ae3d27d594286c234fa9687707235 /copy.sh | |
| parent | 9fefbe791fe6a90cdd38911c5a334f1b10aa72a5 (diff) | |
| parent | fe28d8deec49be19ad96e795dfa5d0ac6b9d9d57 (diff) | |
Merge pull request #424 from JaKooLit/development
Development to main
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ printf "\n%.0s" {1..2} OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" -WARN="$(tput setaf 166)[WARN]$(tput sgr0)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3) |
