diff --git a/ucompile b/ucompile index 13dac60..63d4954 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