Daniel Gibbs 9 lat temu
rodzic
commit
06825f1e9c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/core_messages.sh

+ 1 - 1
lgsm/functions/core_messages.sh

@@ -275,7 +275,7 @@ fn_prompt_yn(){
   local initial="$2"
 
   if [ "${initial}" == "Y" ]; then
-    prompt+=" [Y/n]  "
+    prompt+=" [Y/n] "
   elif [ "${initial}" == "N" ]; then
     prompt+=" [y/N] "
   else