We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1018a5 commit dff9590Copy full SHA for dff9590
lib/git-issue/import-export.sh
@@ -136,7 +136,8 @@ rest_api_send()
136
trans_abort
137
fi
138
139
- # shellcheck disable=SC2086 (unquoted curl_mode won't glob)
+ # The unquoted curl_mode won't glob, due to the way it's initialized
140
+ # shellcheck disable=SC2086
141
if ! curl --header "Content-Type: application/json" -H "$authtoken" -A "$USER_AGENT" -s \
142
-o "$prefix-body" -D "$prefix-header" $curl_mode --data "$data" "$url" ; then
143
echo 'GitHub connection failed' 1>&2
0 commit comments