Explorar el Código

removed space

Daniel Gibbs hace 9 años
padre
commit
50efa1bd23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lgsm/functions/core_messages.sh

+ 2 - 2
lgsm/functions/core_messages.sh

@@ -277,9 +277,9 @@ fn_prompt_yn(){
   if [ "${initial}" == "Y" ]; then
     prompt+=" [Y/n]  "
   elif [ "${initial}" == "N" ]; then
-    prompt+=" [y/N]  "
+    prompt+=" [y/N] "
   else
-    prompt+=" [y/n]  "
+    prompt+=" [y/n] "
   fi
 
   while true; do