Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Fix: Really silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Oct 9, 2020
1 parent 15d776f commit 94901e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loadSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {version} = require('../package.json');
const schema = YAML.load(path.join(__dirname, '../schema.yaml'));

// Update the version, if appropriate.
if (version) schema.info.version = version.
if (version) schema.info.version = version;

// Lock the schema.
Object.freeze(schema);
Expand Down

0 comments on commit 94901e0

Please sign in to comment.