Skip to content

Commit ece4f8b

Browse files
author
Michael Jae-Yoon Chung
committed
Fix empty endpoint bug
1 parent dff9590 commit ece4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git-issue/import-export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ import_comments()
564564
trans_abort
565565
fi
566566

567-
while true ; do
567+
while [ ! -z "$endpoint" ] ; do
568568
rest_api_get "$endpoint" comments "$provider"
569569

570570
# For each comment in the comments-body file

0 commit comments

Comments
 (0)