Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c3b4ad

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /