remove typo

This commit is contained in:
intuxicated 2013-07-18 16:50:55 +04:30
parent 65e0be5a18
commit 1f93ce96a4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ REQUIRMENTS=(emacs git)
# Coloring Functions
function info() {
echo -ne "[\033[01;32mINFO\033[00m]: $1"
echo -e "[\033[01;32mINFO\033[00m]: $1"
}
function error(){