deploy dotfiles rather than .dotfiles
This commit is contained in:
parent
5f0184a1a3
commit
7899461f33
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ cd ~/website || exit
|
|||
git checkout "$branch"
|
||||
git pull
|
||||
|
||||
cd ~/.dotfiles || exit
|
||||
cd ~/dotfiles || exit
|
||||
git checkout "$branch"
|
||||
git pull
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue