Skip to content

Commit dff9590

Browse files
committed
Fix shellcheck setting
1 parent e1018a5 commit dff9590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/git-issue/import-export.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ rest_api_send()
136136
trans_abort
137137
fi
138138

139-
# shellcheck disable=SC2086 (unquoted curl_mode won't glob)
139+
# The unquoted curl_mode won't glob, due to the way it's initialized
140+
# shellcheck disable=SC2086
140141
if ! curl --header "Content-Type: application/json" -H "$authtoken" -A "$USER_AGENT" -s \
141142
-o "$prefix-body" -D "$prefix-header" $curl_mode --data "$data" "$url" ; then
142143
echo 'GitHub connection failed' 1>&2

0 commit comments

Comments
 (0)