diff options
| -rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -402,7 +402,7 @@ _fetch_gists() { | |||
| 402 | 402 | ||
| 403 | # set global variable HEADER in http_method, so prevent using pipe | 403 | # set global variable HEADER in http_method, so prevent using pipe |
| 404 | HEADER=$(tmp_file HEADER) | 404 | HEADER=$(tmp_file HEADER) |
| 405 | HEADER=$HEADER http_method GET $GITHUB_API/$route${1} | _parse_response | 405 | http_method GET $GITHUB_API/$route${1} | _parse_response |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | # consider if HEADER is not exist | 408 | # consider if HEADER is not exist |