Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(packages): fix ENOENT error in NestJS template
Browse files Browse the repository at this point in the history
  • Loading branch information
namit-chandwani authored and wtrocki committed Mar 17, 2021
1 parent a45d0c5 commit 4feda92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-graphback/src/init/communityTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const externalTemplates = [
repos: [{
uri: 'https://github.com/namit-chandwani/nestjs-apollo-mongodb-backend',
branch: 'master',
path: '/'
path: '.'
}]
}
];

0 comments on commit 4feda92

Please sign in to comment.