Fix typo in dup

This commit is contained in:
Adam Goldsmith 2019-01-15 21:51:53 -05:00
parent c5ded1e9f7
commit 927c8e8cda

2
dup
View File

@ -89,7 +89,7 @@ then
git clone "$PULL_BASE/bootstrap.git" .dotfiles git clone "$PULL_BASE/bootstrap.git" .dotfiles
cd .dotfiles cd .dotfiles
git remote set-url origin "$PULL_BASE/bootstrap.git" git remote set-url origin "$PULL_BASE/bootstrap.git"
git remote set-url --push origin "PUSH_BASE/bootstrap.git" git remote set-url --push origin "$PUSH_BASE/bootstrap.git"
else else
cd "$(dirname ${BASH_SOURCE[0]})" cd "$(dirname ${BASH_SOURCE[0]})"
fi fi