pull/195/head
Josh McGee 2013-03-29 10:04:23 -07:00
parent 0368595a3f
commit 78b2f18f19
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ prep() {
echo "Edit this file to customize bash-it for using the Jekyll plugins"
break ;;
n) break ;;
*) echo "Please enter y or n"
*) echo "Please enter y or n" ;;
esac
done
}