Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed May 7, 2024
1 parent 9a8514f commit 49fb089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/tests/validate-yaml.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test('YAML files should be valid', () => {
campaigns
.filter((c) => fs.existsSync(path.join('../campaigns/', c, 'deployments.yaml')))
.forEach((c) => {
console.log(`Checking: ${c}:`);
console.log(`Checking: ${c}`);
assert(readCampaignYaml(path.join('../campaigns/', c)), structure);
});
});

0 comments on commit 49fb089

Please sign in to comment.