mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
removed a space
This commit is contained in:
parent
1563146918
commit
2fe42138c7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue