Add newline to bootstrap output.

This commit is contained in:
Ivan Malison 2014-06-23 15:45:41 -07:00
parent 0ba859714e
commit 683e887e07

View File

@ -33,6 +33,7 @@ function parse_options() {
read -p "Symlinking files from $DOTFILES_DIRECTORY. This may overwrite existing files in your home directory. Do you wish to proceed? (y/n) " -n 1
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo
symlink_dotfiles
fi
}