Skip to content

Commit 66663a1

Browse files
committed
Update tput options
1 parent 25126e8 commit 66663a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/itkdev-docker-compose

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ bold=$(tput -Txterm-256color bold)
66
normal=$(tput -Txterm-256color sgr0)
77

88
# @see https://stackoverflow.com/a/54839008
9-
fg_black_8=$(tput setf 0)
10-
bg_green_8=$(tput setb 2)
9+
fg_black_8=$(tput setaf 0)
10+
bg_green_8=$(tput setab 2)
1111

1212
function find_script_dir {
1313
local script=${BASH_SOURCE[0]}

0 commit comments

Comments
 (0)