Skip to content

Commit

Permalink
Use final v0.1 schema by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpb committed Mar 3, 2017
1 parent fa73400 commit bdb65b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opws-validate
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const toTest = {
profiles: [],
legacies: []
};
let schemaVersion = process.env.OPWS_SCHEMA_VERSION || 'draft/v0.1';
let schemaVersion = process.env.OPWS_SCHEMA_VERSION || 'v0.1';
let schemaPath;
let explicitType = null;
let sniff = true;
Expand Down

0 comments on commit bdb65b7

Please sign in to comment.