aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index d6568c6..e904b93 100755
--- a/gist
+++ b/gist
@@ -322,7 +322,7 @@ _parse_response() {
322} 322}
323 323
324# TODO pagnation for more than 100 gists 324# TODO pagnation for more than 100 gists
325# TODO add files and date of a gist 325# TODO add files of a gist
326# get latest list of gists from Github API 326# get latest list of gists from Github API
327_fetch_gists() { 327_fetch_gists() {
328 echo "fetching $user's gists from $GITHUB_API..." 328 echo "fetching $user's gists from $GITHUB_API..."