Skip to content

Commit

Permalink
fix #2 correct output directory for function metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Oct 25, 2021
1 parent 56ec5e2 commit 3b64694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/writeMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export function writeMetadata(
outputDir,
'databases',
source.name,
'functions',
typeof fn.function === 'string'
? `${fn.function}.yaml`
: `${fn.function.schema}_${fn.function.name}.yaml`,
Expand Down

0 comments on commit 3b64694

Please sign in to comment.