Ensure getter is in the right directory when running
This commit is contained in:
parent
1f8ad70893
commit
b0fe2127df
@ -75,6 +75,8 @@ then
|
|||||||
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
|
||||||
|
cd "$(dirname ${BASH_SOURCE[0]})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$#" -gt 0 ]
|
if [ "$#" -gt 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user