diff options
author | EuAndreh <eu@euandre.org> | 2019-05-31 19:47:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-31 19:47:51 -0300 |
commit | edcaf3d023b5a0b680651eb37a9072c8039e113f (patch) | |
tree | ef807eb9c01f458115f5f97316683d4007ae5841 /utils.nix | |
parent | Fix missing newline scaping in publishScript (diff) | |
download | dotfiles-edcaf3d023b5a0b680651eb37a9072c8039e113f.tar.gz dotfiles-edcaf3d023b5a0b680651eb37a9072c8039e113f.tar.xz |
rsync outdir content instead of folder
Diffstat (limited to 'utils.nix')
-rw-r--r-- | utils.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ in rec { OUT_DOCS="${docsDerivation}" ${pkgs.rsync}/bin/rsync -avzP \ --rsh="ssh -o StrictHostKeyChecking=no" \ - "$OUT_DOCS" \ + "$OUT_DOCS/" \ "$SERVER_URL:$DOCS_SERVER_PATH" ''; } |