1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 15:10:55 +00:00

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