diff --git a/nixie b/nixie index 569641e..d7f83cb 100755 --- a/nixie +++ b/nixie @@ -37,7 +37,7 @@ BUILD () { echo -e -n "${IPurple}Are you sure you want to do this? ${Purple}Yes/No (Y/n): ${NC}" read CHOICE case $CHOICE in - [nN]* ) echo -e -n "Cancelled " ;; + [nN]* ) echo -e -n "Cancelled. " ;; *) sudo git add . echo -e "${IPurple}Rebuilding NixOS...${NC}" @@ -74,7 +74,7 @@ UPDATE () { echo -e -n "${IPurple}Are you sure you want to update flake.lock? ${Purple}Yes/No (Y/n): ${NC}" read CHOICE case $CHOICE in - [nN]* ) echo -e -n "Cancelled " && CHOOSE_CASE ;; + [nN]* ) echo -e -n "Cancelled. " && CHOOSE_CASE ;; *) echo -e "${IPurple}Updating flake.lock..." sudo nix flake update