Skip to content
Snippets Groups Projects
Commit 0b35e206 authored by Campbell Barton's avatar Campbell Barton
Browse files

Correct var name

parent 9ea62ef8
Branches
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ if USE_COLOR: ...@@ -40,7 +40,7 @@ if USE_COLOR:
COLOR_WORD = "\033[92m" COLOR_WORD = "\033[92m"
COLOR_ENDC = "\033[0m" COLOR_ENDC = "\033[0m"
else: else:
COLOR_FAIL = "" COLOR_WORD = ""
COLOR_ENDC = "" COLOR_ENDC = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment