aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:41:14 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:41:14 -0600
commit7899461f33ac7bcf7ea2e2c8b5ccc21e4386939d (patch)
treeb51e78022f77be702a169fad397d7d5ff5894805 /deploy.sh
parent5f0184a1a37d6aec890d2a9ca3fd8df494a5bb88 (diff)
deploy dotfiles rather than .dotfiles
Diffstat (limited to 'deploy.sh')
-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