aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-19 10:33:35 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-19 10:33:35 +0800
commita5086bf8102bdb868d8fac56baaf32153226ea1d (patch)
tree910d1d2c8d0cb2199b40e9f227c227dac1c8be78
parentd4b6b59283e2d0354e559280505647556d25106b (diff)
Update
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 73e7018..08f963a 100755
--- a/gist
+++ b/gist
@@ -420,7 +420,7 @@ _fetch_gists_with_pagnation() {
420 420
421# Update index file by GITHUB API with pagnation 421# Update index file by GITHUB API with pagnation
422_update_gists() { 422_update_gists() {
423 echo "fetching $user's gists from $GITHUB_API..." 423 echo "Fetching $user's gists from $GITHUB_API..."
424 echo 424 echo
425 425
426 local fetched_records=$(tmp_file fetched) 426 local fetched_records=$(tmp_file fetched)