From 19ecc74acd8003d4758ba841a8e0c12cf1b8b4e1 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 24 Jun 2023 10:13:12 -0500 Subject: [PATCH] Fixed parsing --- user/bin/phoenix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/bin/phoenix.nix b/user/bin/phoenix.nix index 71e66cd5..4037bda3 100644 --- a/user/bin/phoenix.nix +++ b/user/bin/phoenix.nix @@ -171,8 +171,8 @@ let printf "\n"' fi popd &> /dev/null; - echo -e "$CYAN### Flake and other updates finished ###$NC" - echo -e "Please run$GREEN git$NC diff HEAD flake.nix inside ''+dotfilesDir+(" "+'' to see flake input changes"'')+ + echo -e "$CYAN### Flake and other updates finished ###$NC"; + echo -e "Please run$GREEN git$NC diff HEAD flake.nix inside ''+dotfilesDir+(" "+'' to see flake input changes";'')+ ''} if [ "$1" = "sync" ]; then if [ "$#" = 1 ]; then