Commit f87a23652e8eea2b283c29cbaaeafceea8d981c1
1 parent
da2345e281
Exists in
master
and in
2 other branches
[FIX] README.md
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
repos/README.md
... | ... | @@ -23,7 +23,7 @@ git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh- |
23 | 23 | git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen.git && \ |
24 | 24 | git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash |
25 | 25 | - - - - - - |
26 | -git fetch remote--robbyrussell--oh-my-zsh && \ | |
26 | +git fetch remote--zsh-user--antigen && \ | |
27 | 27 | git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash |
28 | 28 | |
29 | 29 | ---------------------- |