Skip to content

Commit

Permalink
update specfile input
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 19, 2024
1 parent 7eba125 commit 5ccc198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class ServerlessTsoa {
this.log.warning(`Unable to generate OpenAPI Routes: ${e.message}`);
});

this.generateClientSpec(workdirSpecFile, workDir)
this.generateClientSpec(this.specFile, workDir)
.then((clientFile) => {
if (clientFile) {
this.log.verbose(`Generated OpenAPI Client: ${clientFile}`);
Expand Down

0 comments on commit 5ccc198

Please sign in to comment.