feat(scripts/nix-update): prettier error formatting

This commit is contained in:
Jacob Bachmann 2024-01-22 12:24:29 +01:00
parent e822f9ee5e
commit 9eac8c8195
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -9,7 +9,7 @@ pkgs.writeShellScriptBin "nuf" ''
function error { function error {
echo "" echo ""
echo -e "''${red}>>>Error: $1''${reset}" echo -e "''${red}>>> ''${bold}Error''${reset}''${red}: $1''${reset}"
exit 1 exit 1
} }