Skip to content

Commit fcf5b19

Browse files
committed
#RI-4437 - added custom-tutorials
1 parent 7f419a1 commit fcf5b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/src/init-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const migrateData = async (homedir: string, prevHomedir: string) => {
2828
await Promise.all([
2929
'redisinsight.db',
3030
'plugins',
31+
'custom-tutorials',
3132
].map((target) => copySource(
3233
join(prevHomedir, target),
3334
join(homedir, target),

0 commit comments

Comments
 (0)