diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:03:58 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:03:58 (EST) |
commit | c979788e0d19d1a68e5ede9ff88635c1728f1532 (patch) | |
tree | c4f08c49230b95284219ebd76ab38c4ba12fb158 /scripts | |
parent | 6b57a207cdb117f66d372e5935c1a9e35a07179c (diff) |
lists: Rename to feeds
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload b/scripts/upload index fdf4eef..4bfb683 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,4 @@ #!/bin/sh -rsync -az --progress lists/ \ +rsync -az --progress feeds/ \ files@files.proteanos.com:files/pub/proteanos-archplat-lists/ |