forked from External/grumble
Update grumble to use the new blobstore API.
This commit is contained in:
parent
2e392c92df
commit
3014d5fe39
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ func main() {
|
||||||
log.Printf("Grumble")
|
log.Printf("Grumble")
|
||||||
|
|
||||||
log.Printf("Using blob directory: %s", Args.BlobDir)
|
log.Printf("Using blob directory: %s", Args.BlobDir)
|
||||||
err = blobstore.Open(Args.BlobDir, true)
|
err = blobstore.Open(Args.BlobDir)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("Unable to initialize blobstore: %v", err.Error())
|
log.Fatalf("Unable to initialize blobstore: %v", err.Error())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue