Fixed parsing

This commit is contained in:
Emmet 2023-06-24 10:13:12 -05:00
parent 27bb23c061
commit 19ecc74acd

View file

@ -171,8 +171,8 @@ let
printf "\n"' printf "\n"'
fi fi
popd &> /dev/null; popd &> /dev/null;
echo -e "$CYAN### Flake and other updates finished ###$NC" 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.nix inside ''+dotfilesDir+(" "+'' to see flake input changes";'')+
''} ''}
if [ "$1" = "sync" ]; then if [ "$1" = "sync" ]; then
if [ "$#" = 1 ]; then if [ "$#" = 1 ]; then