removed a space

This commit is contained in:
Promofaux 2016-01-24 16:37:15 +00:00
parent 1563146918
commit 2fe42138c7

View file

@ -346,7 +346,7 @@ getGitFiles(){
}
is_repo() {
echo -n "::: Checking $1 is a repo..."
echo -n "::: Checking $1 is a repo..."
# if the directory does not have a .git folder
# it is not a repo
if [ -d "$1/.git" ]; then