diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |