Merge pull request #399 from fkautz/pr_out_fixing_donut_location

This commit is contained in:
Frederick F. Kautz IV 2015-03-27 12:44:29 -07:00
commit 166c620263

View File

@ -157,7 +157,7 @@ func getDriverChannels(driverType DriverType) (ctrlChans []chan<- string, status
log.Errorln(iodine.New(err, nil))
return nil, nil, nil
}
root := path.Join(u.HomeDir, "minio-driver", "donut")
root := path.Join(u.HomeDir, "minio-storage", "donut")
ctrlChan, statusChan, driver = donut.Start(root)
ctrlChans = append(ctrlChans, ctrlChan)
statusChans = append(statusChans, statusChan)