Skip to content

Commit

Permalink
Update lib/modules/manager/sveltos/extract.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <[email protected]>
  • Loading branch information
oliverbaehler and secustor committed Aug 29, 2024
1 parent 2f131aa commit 0a61c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/sveltos/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function extractPackageFile(
): PackageFileContent | null {
let definitions: ProfileDefinition[];
try {
definitions = parseYaml(content, null, {
definitions = parseYaml(content, {
customSchema: ProfileDefinition,
});
} catch (err) {
Expand Down

0 comments on commit 0a61c96

Please sign in to comment.