File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
share/github-backup-utils Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -367,14 +367,14 @@ bm_end "$(basename $0) - Special Data Directories Sync"
367
367
if [ -z " $GHE_SKIP_ROUTE_VERIFICATION " ]; then
368
368
bm_start " $( basename $0 ) - Verifying Routes"
369
369
370
- # The list of gists returned by the source changed in 2.16.22 , 2.17.13 , 2.18.7 & 2.19.1
370
+ # The list of gists returned by the source changed in 2.16.23 , 2.17.14 , 2.18.8 & 2.19.3
371
371
# so we need to account for this difference here.
372
372
parse_paths () {
373
373
while read -r line; do
374
- if [[ " $GHE_REMOTE_VERSION " =~ 2.16 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.16.22 ) " ]] || \
375
- [[ " $GHE_REMOTE_VERSION " =~ 2.17 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.17.13 ) " ]] || \
376
- [[ " $GHE_REMOTE_VERSION " =~ 2.18 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.18.7 ) " ]] || \
377
- [[ " $GHE_REMOTE_VERSION " =~ 2.19 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.19.1 ) " ]] && \
374
+ if [[ " $GHE_REMOTE_VERSION " =~ 2.16 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.16.23 ) " ]] || \
375
+ [[ " $GHE_REMOTE_VERSION " =~ 2.17 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.17.14 ) " ]] || \
376
+ [[ " $GHE_REMOTE_VERSION " =~ 2.18 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.18.8 ) " ]] || \
377
+ [[ " $GHE_REMOTE_VERSION " =~ 2.19 && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.19.3 ) " ]] && \
378
378
(echo " $line " | grep -q " gist" ); then
379
379
echo " $line "
380
380
else
You can’t perform that action at this time.
0 commit comments