Fix typo in dup

This commit is contained in:
Adam Goldsmith 2019-01-15 21:51:53 -05:00
parent c5ded1e9f7
commit 927c8e8cda
1 changed files with 1 additions and 1 deletions

2
dup
View File

@ -89,7 +89,7 @@ then
git clone "$PULL_BASE/bootstrap.git" .dotfiles
cd .dotfiles
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
cd "$(dirname ${BASH_SOURCE[0]})"
fi