aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:44:30 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:44:30 -0600
commit8587af9edfe8d1a2f9b11863b324b027be40887a (patch)
tree325732b3c54ff70f32be3872b6755a6eca0f9611 /deploy.sh
parenta5fbeb31be3802869bc04a2da1b292058dce76b9 (diff)
fix dotfile fixer
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index a2c56af..02d2039 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -25,5 +25,5 @@ cd ~/dotfiles || exit
emacs --batch -f package-initialize --script ~/website/publish.el
~/website/post-publish.sh
-cp -r "public_html/*" "$location"
+cp -r "$HOME/public_html/*" "$location"
chown git:git "$location"