Skip to content

Commit bf43906

Browse files
committed
Revised to use new curl function
1 parent 1d83b96 commit bf43906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v3/v3.functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ _github_api_v3_absolute()
157157
core_message NOTICE "Making GitHub API Call: $verb $url"
158158

159159
local curl_httpVersion curl_httpReasonPhrase
160-
curl_retrieve basic "$github_api_v3_user" "$verb" "$url" "$github_api_v3_responseFilePath" "$@"
160+
curl_http basic "$github_api_v3_user" "$verb" "$url" "$github_api_v3_responseFilePath" "$@"
161161
unset curl_uploadFile
162162

163163
case $curl_httpStatusCode in

0 commit comments

Comments
 (0)