Skip to content

Commit

Permalink
Proper new line for all msg types.
Browse files Browse the repository at this point in the history
  • Loading branch information
metheon committed Oct 9, 2015
1 parent d933bcb commit b1ff831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ set -e
echo ''

info () {
printf " [ \033[00;34m..\033[0m ] $1"
printf "\r [ \033[00;34m..\033[0m ] $1\n"
}

user () {
printf "\r [ \033[0;33m??\033[0m ] $1 "
printf "\r [ \033[0;33m??\033[0m ] $1\n"
}

success () {
Expand Down

0 comments on commit b1ff831

Please sign in to comment.