Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 0b3de75

Browse files
committed
FIX: Migration notification
1 parent 1f13db0 commit 0b3de75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default class Storage {
140140
}));
141141
_this.store(snippet);
142142
_this.deleteFile(current);
143-
migrated += '\''+snippet.getTitle()+'\'\n';
143+
migrated += '- \''+snippet.getTitle()+'\'\n';
144144
changed++;
145145
}
146146
});

0 commit comments

Comments
 (0)