diff --git a/src/allmydata/scripts/tahoe-get.py b/src/allmydata/scripts/tahoe-get.py index fcc8c43d7..fa92d63ea 100644 --- a/src/allmydata/scripts/tahoe-get.py +++ b/src/allmydata/scripts/tahoe-get.py @@ -18,8 +18,8 @@ if len(args) == 1 or args[1] == "-": else: targfname = args[1] -base = "http://tahoebs1.allmydata.com:8011/" -base += "vdrive/" +base = options.server +base += "/vdrive/" base += options.vdrive base += "/"