We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b81ff commit f3e878aCopy full SHA for f3e878a
README.md
@@ -48,7 +48,7 @@ red=$(tput setaf 1)
48
green=$(tput setaf 2)
49
yellow=$(tput setaf 3)
50
blue=$(tput setaf 4)
51
-magenta =$(tput setaf 5)
+magenta=$(tput setaf 5)
52
cyan=$(tput setaf 6)
53
white=$(tput setaf 7)
54
setup.sh
@@ -25,7 +25,7 @@ red=$(tput setaf 1)
25
26
27
28
29
30
31
0 commit comments