Skip to content

Commit d6dac18

Browse files
authored
Merge pull request #98 from itk-dev/fix/update-tput-options
Update tput options
2 parents 25126e8 + 66663a1 commit d6dac18

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)