From 931f85ffbf4ae27a00ee4af5b6f2fd5e5effde56 Mon Sep 17 00:00:00 2001 From: Peritia-System Date: Wed, 6 Aug 2025 23:30:59 +0200 Subject: [PATCH] fix git always throwing error --- nyx/nyx-rebuild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx-rebuild.nix b/nyx/nyx-rebuild.nix index 758ea4e..eeb21d6 100644 --- a/nyx/nyx-rebuild.nix +++ b/nyx/nyx-rebuild.nix @@ -200,7 +200,7 @@ echo cd "$nix_dir" || { exit_code=1; return $exit_code; } # === CHECK FOR UNCOMMITTED CHANGES === -console-log "\n''${BOLD}''${BLUE}📁 Checking $git_bin status...''${RESET}" +echo "\n''${BOLD}''${BLUE}📁 Checking $git_bin status...''${RESET}" if [[ -n $($git_bin status --porcelain) ]]; then echo "''${YELLOW}⚠️ Uncommitted changes detected!''${RESET}" echo "''${RED}⏳ 5s to cancel...''${RESET}"