Skip to content

Commit

Permalink
Validate using scoop's schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed May 22, 2017
1 parent 65c9faf commit 0adcc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def decode(s):
return s.decode('latin-1')


schema_name = 'schema.json'
schema_name = '%s/scoop/apps/scoop/current/schema.json' % os.environ['USERPROFILE']

file = sys.argv[1]
if re.match('^schema', file):
Expand Down

0 comments on commit 0adcc4a

Please sign in to comment.