deploy dotfiles rather than .dotfiles

This commit is contained in:
Jacob Janzen 2024-12-29 10:41:14 -06:00
parent 5f0184a1a3
commit 7899461f33

View file

@ -12,7 +12,7 @@ cd ~/website || exit
git checkout "$branch" git checkout "$branch"
git pull git pull
cd ~/.dotfiles || exit cd ~/dotfiles || exit
git checkout "$branch" git checkout "$branch"
git pull git pull