This commit is contained in:
2024-05-20 01:27:38 +10:00
parent f939bf25b9
commit 94215b6cb7

2
repo
View File

@ -22,7 +22,7 @@
source $(dirname ${BASH_SOURCE[0]})/config.bash
repos=$(find "${REPOSITORY_BASE}" -name '.git' | sed "s|${REPO_BASE}/||" | sed 's|.git$||' | sort)
repos=$(find "${REPOSITORY_BASE}" -name '.git' | sed "s|${REPOSITORY_BASE}/||" | sed 's|.git$||' | sort)
# Default to searching within github.com, because that's by far the most common
# place for repos to be.