diff options
| author | Marcus Voltolim <9442331+marcusvoltolim@users.noreply.github.com> | 2025-01-24 17:40:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 21:40:58 +0100 |
| commit | cc9259d6ad6b1d3cab488cc02f705be1c840c785 (patch) | |
| tree | 18b4740f958859373225cf524247f9810d213dbb /plugins | |
| parent | 3bd48b12c8047a12986c79b825ea2451fe5f0ddb (diff) | |
| download | zsh-cc9259d6ad6b1d3cab488cc02f705be1c840c785.tar.gz zsh-cc9259d6ad6b1d3cab488cc02f705be1c840c785.tar.bz2 zsh-cc9259d6ad6b1d3cab488cc02f705be1c840c785.zip | |
docs(git-auto-fetch): fix typo (#12937)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/git-auto-fetch/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-auto-fetch/README.md b/plugins/git-auto-fetch/README.md index e96ab42a3..0d7431bba 100644 --- a/plugins/git-auto-fetch/README.md +++ b/plugins/git-auto-fetch/README.md @@ -18,7 +18,7 @@ You can change the fetch interval in your .zshrc: GIT_AUTO_FETCH_INTERVAL=1200 # in seconds ``` -A log of `git fetch --all` will be saved in `.git/FETCH_LOG`. +A log of `git-fetch-all` will be saved in `.git/FETCH_LOG`. ## Toggle auto-fetch per folder |
