dev-camget: get from /bs for now

This commit is contained in:
Brad Fitzpatrick 2011-05-11 11:43:23 -07:00
parent 913708af39
commit d2a518f8e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
./build.pl camget && \
clients/go/camget/camget --verbose --blobserver=localhost:3179 --password=pass3179 $@
clients/go/camget/camget --verbose --blobserver=http://localhost:3179/bs --password=pass3179 $@