Little fix

This commit is contained in:
Biel Sala 2021-06-23 20:58:26 +02:00
parent a725c832b6
commit efd2723d60
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ compile() {
tell() {
echo "Don't try to run this script again! Only after running \"git restore config.pre.h\""
printf "Run \"git restore config.pre.h\"? Y/n "
printf "Run \"git restore config.pre.h\"? [Y/n] "
read -r yorn
if test -z "$yorn" || test "$yorn" = "y" || test "$yorn" = "Y"; then
echo "$ git restore config.pre.h"