Skip to content

Commit d56e2ad

Browse files
committed
#RI-4437 - Rename RedisInsight application
1 parent b7ca17f commit d56e2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/api/config/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22
import * as os from 'os';
3-
import { getHomedir } from 'src/config-helper';
3+
import { getHomedir } from '../src/config-helper';
44

55
const homedirInit = process.env.APP_FOLDER_ABSOLUTE_PATH
66
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight'));

redisinsight/api/config/staging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22
import * as os from 'os';
3-
import { getHomedir } from 'src/config-helper';
3+
import { getHomedir } from '../src/config-helper';
44

55
const homedirInit = process.env.APP_FOLDER_ABSOLUTE_PATH
66
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-stage'));

0 commit comments

Comments
 (0)