sort repositories
This commit is contained in:
parent
2ce180f562
commit
fc2adef096
1 changed files with 1 additions and 1 deletions
2
gis
2
gis
|
|
@ -50,7 +50,7 @@ fi
|
|||
|
||||
# Find Git repositories
|
||||
for path in "${paths[@]}"; do
|
||||
git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \;) "
|
||||
git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \; | sort) "
|
||||
done
|
||||
|
||||
# Fetch Git repositories via background processes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue