mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
GODT-2291: Change gluon store default location from Cache to Data.
This commit is contained in:
@ -100,7 +100,7 @@ func (t *testCtx) initBridge() (<-chan events.Event, error) {
|
||||
}
|
||||
|
||||
// Get the default gluon path.
|
||||
gluonCacheDir, err := t.locator.ProvideGluonCachePath()
|
||||
gluonCacheDir, err := t.locator.ProvideGluonDataPath()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("could not get gluon dir: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user