diff options
Diffstat (limited to 'repo/publish')
-rwxr-xr-x | repo/publish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/publish b/repo/publish index b7269c9..f12ae9f 100755 --- a/repo/publish +++ b/repo/publish @@ -2,4 +2,4 @@ # simple reminder script to publish the repository to the usual spot: -rsync -avz --delete dists pool root@george.riseup.net:/srv/apt/ +rsync -avz --delete dists pool archivemaster@george.riseup.net:/srv/apt/ |