1
0
Fork 0
forked from External/grumble

Update grumble to use the new blobstore API.

This commit is contained in:
Mikkel Krautz 2011-11-08 15:40:29 +01:00
parent 2e392c92df
commit 3014d5fe39

View file

@ -39,7 +39,7 @@ func main() {
log.Printf("Grumble")
log.Printf("Using blob directory: %s", Args.BlobDir)
err = blobstore.Open(Args.BlobDir, true)
err = blobstore.Open(Args.BlobDir)
if err != nil {
log.Fatalf("Unable to initialize blobstore: %v", err.Error())
}