aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/service-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/service-helpers.ts')
-rw-r--r--src/helpers/service-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/service-helpers.ts b/src/helpers/service-helpers.ts
index 13c921f88..678d5024f 100644
--- a/src/helpers/service-helpers.ts
+++ b/src/helpers/service-helpers.ts
@@ -1,5 +1,5 @@
1import { readdirSync, removeSync } from 'fs-extra'; 1import { readdirSync, removeSync } from 'fs-extra';
2import { userDataPath } from '../environment'; 2import { userDataPath } from '../environment-remote';
3 3
4export function getServicePartitionsDirectory(...segments) { 4export function getServicePartitionsDirectory(...segments) {
5 return userDataPath('Partitions', ...[segments].flat()); 5 return userDataPath('Partitions', ...[segments].flat());