From eca51af5ea962cb25031ef671c75146f2170294b Mon Sep 17 00:00:00 2001 From: Boyan Date: Mon, 17 Mar 2025 17:52:01 +0100 Subject: [PATCH] Fix --- ucompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucompile b/ucompile index 42bc239..898209f 100755 --- a/ucompile +++ b/ucompile @@ -13,7 +13,7 @@ def check_dependencies() -> None: for command in commands: if os.system(f"which {command} > /dev/null") != 0: - print(f"{Fore.ORANGE}WARNING: {command} not found{Style.RESET_ALL}") + print(f"{Fore.RED}WARNING: {command} not found{Style.RESET_ALL}") return