Fix typo in dup
This commit is contained in:
parent
c5ded1e9f7
commit
927c8e8cda
2
dup
2
dup
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user