diff --git a/README.org b/README.org index ca078db..0735b2d 100644 --- a/README.org +++ b/README.org @@ -1010,7 +1010,7 @@ Hugo[fn:28] is one of the most popular open-source static site generators. let myUpdateSite = pkgs.writeShellScriptBin "update-site" '' - rsync -aP /etc/dotfiles/docs/public ubuntu@chrishayward.xyz:/var/www/chrishayward + rsync -aP /etc/dotfiles/docs/public/ ubuntu@chrishayward.xyz:/var/www/chrishayward ''; in { diff --git a/modules/hugo.nix b/modules/hugo.nix index 0661d7f..37d78f5 100644 --- a/modules/hugo.nix +++ b/modules/hugo.nix @@ -2,7 +2,7 @@ let myUpdateSite = pkgs.writeShellScriptBin "update-site" '' - rsync -aP /etc/dotfiles/docs/public ubuntu@chrishayward.xyz:/var/www/chrishayward + rsync -aP /etc/dotfiles/docs/public/ ubuntu@chrishayward.xyz:/var/www/chrishayward ''; in {