aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)