mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
tahoe-get.py: fix bug: actually respect the optional server argument
This commit is contained in:
parent
9bc87f610c
commit
2a4423ba14
@ -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 += "/"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user