From 0ebbf9c52d3a2f0dc398c42fe79508a38b9fb72a Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 10 Jul 2023 18:18:56 -0500 Subject: [PATCH] Fixed phoenix help text for viewing updates --- user/bin/phoenix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/bin/phoenix.nix b/user/bin/phoenix.nix index 4037bda3..a47ecbe8 100644 --- a/user/bin/phoenix.nix +++ b/user/bin/phoenix.nix @@ -172,7 +172,7 @@ let 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 "Please run$GREEN git$NC diff HEAD flake.lock inside ''+dotfilesDir+(" "+'' to see flake input changes";'')+ ''} if [ "$1" = "sync" ]; then if [ "$#" = 1 ]; then