From: Zooko O'Whielacronx Date: Tue, 10 Jul 2007 01:47:16 +0000 (-0700) Subject: tahoe-get.py: fix bug: actually respect the optional server argument X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2a4423ba14d71e38d317ac4bfcad0c2e7bcb2474;p=tahoe-lafs%2Ftahoe-lafs.git tahoe-get.py: fix bug: actually respect the optional server argument --- diff --git a/src/allmydata/scripts/tahoe-get.py b/src/allmydata/scripts/tahoe-get.py index fcc8c43d..fa92d63e 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 += "/"