removed a space
This commit is contained in:
parent
1563146918
commit
2fe42138c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue