Skip to content

Commit 61c5c26

Browse files
author
--global
committed
use bright
1 parent 292b50a commit 61c5c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.submodules/setup/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def view_repo(name: str):
303303
stdout=subprocess.PIPE,
304304
).stdout.decode("utf-8")
305305
except CalledProcessError:
306-
print(Fore.YELLOW + "Failed to view repo." + Style.RESET_ALL)
306+
print(Style.BRIGHT + Fore.YELLOW + "Failed to view repo." + Style.RESET_ALL)
307307

308308
return
309309

0 commit comments

Comments
 (0)