Skip to content

Commit

Permalink
fix: use directories.seeds path over seedsPath directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 20, 2020
1 parent da7dcd2 commit fd2ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/MakeSeeder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class MakeSeeder extends BaseCommand {
'seeder.txt',
)

const path = this.application.seedsPath()
const path = this.application.rcFile.directories.seeds

this
.generator
Expand Down

0 comments on commit fd2ce31

Please sign in to comment.