index
:
website.git
main
test
My personal website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
deploy.sh
2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 689843a..ab5b4e8 100644
--- a/
deploy.sh
+++ b/
deploy.sh
@@ -12,7 +12,7 @@ cd ~/website || exit
git checkout "$branch"
git pull
-cd ~/.dotfiles || exit
+cd ~/dotfiles || exit
git checkout "$branch"
git pull