X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=GRP%2FUpdateCDBIdealGeom.C;fp=GRP%2FUpdateCDBIdealGeom.C;h=7482fb17fc3a2cdfda667cfcc221c40916ccd2b1;hb=162637e45086576ffcf0568d28fa43359819765a;hp=5f65de31b27d86e7d7f85f170cc8df371fd10e9f;hpb=cc781f3d853d37ab8ae236d42ea856e953d8c358;p=u%2Fmrichter%2FAliRoot.git diff --git a/GRP/UpdateCDBIdealGeom.C b/GRP/UpdateCDBIdealGeom.C index 5f65de31b27..7482fb17fc3 100644 --- a/GRP/UpdateCDBIdealGeom.C +++ b/GRP/UpdateCDBIdealGeom.C @@ -22,7 +22,7 @@ void UpdateCDBIdealGeom(const char* cdbUri, const char* cfgFile){ // we set the default storage to the repository because some dets require // already at the time of geometry creation to find calibration objects in the cdb AliCDBStorage* storage = 0; - if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT"); + if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB"); storage = cdb->GetStorage(cdbUri); if(!storage) {