Skip to content

Commit 4262f46

Browse files
authored
Glob more specifically for routes
1 parent 257dabf commit 4262f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-repositories

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fi
144144
# One rsync invocation per server available.
145145
bm_start "$(basename $0) - Restoring repository networks"
146146
rsync_commands=()
147-
for file_list in $tempdir/*.rsync; do
147+
for file_list in $tempdir/git-server-*.rsync; do
148148
if $CLUSTER; then
149149
server=$(basename $file_list .rsync)
150150
else

0 commit comments

Comments
 (0)