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