Skip to content

Commit 0c3b4ad

Browse files
committed
Fix shellcheck SC2236 again
1 parent 8da861f commit 0c3b4ad

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 ! [ -z "$endpoint" ] ; do
567+
while [ -n "$endpoint" ] ; do
568568
rest_api_get "$endpoint" comments "$provider"
569569

570570
# For each comment in the comments-body file

0 commit comments

Comments
 (0)