We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25126e8 + 66663a1 commit d6dac18Copy full SHA for d6dac18
scripts/itkdev-docker-compose
@@ -6,8 +6,8 @@ bold=$(tput -Txterm-256color bold)
6
normal=$(tput -Txterm-256color sgr0)
7
8
# @see https://stackoverflow.com/a/54839008
9
-fg_black_8=$(tput setf 0)
10
-bg_green_8=$(tput setb 2)
+fg_black_8=$(tput setaf 0)
+bg_green_8=$(tput setab 2)
11
12
function find_script_dir {
13
local script=${BASH_SOURCE[0]}
0 commit comments