From 2a4423ba14d71e38d317ac4bfcad0c2e7bcb2474 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 9 Jul 2007 18:47:16 -0700 Subject: [PATCH] tahoe-get.py: fix bug: actually respect the optional server argument --- src/allmydata/scripts/tahoe-get.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 += "/" -- 2.45.2