diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |