From 99d9db82f7976ef5a03c1e99894109e256828ee9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Jul 2013 22:17:14 +0530 Subject: [PATCH] ... --- setup/hosting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/hosting.py b/setup/hosting.py index d97373cdbc..273da37706 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -507,7 +507,7 @@ def upload_to_servers(files, version): # {{{ # }}} def upload_to_dbs(files, version): # {{{ - print('Uploading to downloadbestsoftware.com') + print('Uploading to fosshub.com') server = 'www.downloadbestsoft-mirror1.com' rdir = 'release/' check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*'])