Remove extraneous space.

This commit is contained in:
JacobEvelyn 2013-10-15 23:38:13 -04:00
commit 20f7137e52

View file

@ -1,5 +1,5 @@
function parent_project() {
[[ $PWD =~ ([a-z]+)/vendor ]] && echo " $match[1] "
[[ $PWD =~ ([a-z]+)/vendor ]] && echo "$match[1] "
}
function get_color() {