Skip to content

Commit

Permalink
fix: separator
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Oct 16, 2021
1 parent 7bd5f27 commit 8a36402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kyverno-test/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kyverno-test/src/rule-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const fetchPolicies = async function(): Promise<ClusterPolicy[]> {
}
}

const joined = ruleContents.join("---\n");
const joined = ruleContents.join("\n---\n");
core.info(joined);
await promisify(writeFile)("/tmp/kyverno-test/rules.yaml", joined);
return policies;
Expand Down

0 comments on commit 8a36402

Please sign in to comment.