Updated project name in main

This commit is contained in:
Simeon Visser
2018-03-15 13:17:18 +00:00
committed by GitHub
parent 6922bbea48
commit f977c2827c
+1 -1
View File
@@ -12,7 +12,7 @@ def get_black_executable():
def main():
"""Runs Red."""
"""Runs White."""
python, black = get_black_executable()
# Prepare the additional command-line arguments.
args = ' '.join(sys.argv[1:])