aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deploy.sh2
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