feat(scripts/nix-update): prettier error formatting
This commit is contained in:
parent
e822f9ee5e
commit
9eac8c8195
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pkgs.writeShellScriptBin "nuf" ''
|
|||
|
||||
function error {
|
||||
echo ""
|
||||
echo -e "''${red}>>>Error: $1''${reset}"
|
||||
echo -e "''${red}>>> ''${bold}Error''${reset}''${red}: $1''${reset}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue