diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-19 10:33:35 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-19 10:33:35 +0800 |
| commit | a5086bf8102bdb868d8fac56baaf32153226ea1d (patch) | |
| tree | 910d1d2c8d0cb2199b40e9f227c227dac1c8be78 | |
| parent | d4b6b59283e2d0354e559280505647556d25106b (diff) | |
Update
| -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) |