Skip to content

Commit acd4bad

Browse files
committed
fix: Build grzes.json
1 parent 57ff54f commit acd4bad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/commands/grzesiu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const grzesiu: Command = {
2929
const question = args.join(' ');
3030

3131
const grzesJson = JSON.parse(
32-
await Fsp.readFile(Path.join(__dirname, '..', '..', 'grzes.json'), 'utf-8'),
32+
await Fsp.readFile(Path.join(__dirname, '..', 'grzes.json'), 'utf-8'),
3333
) as string[];
3434

3535
const generators = {
File renamed without changes.

0 commit comments

Comments
 (0)