aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index a776ca2..5c658ce 100755
--- a/gist
+++ b/gist
@@ -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