From 7899461f33ac7bcf7ea2e2c8b5ccc21e4386939d Mon Sep 17 00:00:00 2001
From: Jacob Janzen <jacob.a.s.janzen@gmail.com>
Date: Sun, 29 Dec 2024 10:41:14 -0600
Subject: deploy dotfiles rather than .dotfiles

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
cgit v1.2.3