From a181564804a94787dabc52197abf5a6319e7f686 Mon Sep 17 00:00:00 2001 From: mj Date: Sun, 15 Feb 2015 19:38:37 +0100 Subject: [PATCH] [FIX] README.md --- repos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/README.md b/repos/README.md index 0b39e22..02e1fc1 100644 --- a/repos/README.md +++ b/repos/README.md @@ -12,7 +12,7 @@ git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussel git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash - - - - - - git fetch remote--robbyrussell--oh-my-zsh && \ -git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash ---------------------- @@ -24,7 +24,7 @@ git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash - - - - - - git fetch remote--zsh-user--antigen && \ -git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash ---------------------- -- 2.0.0