Skip to content

Commit 287d500

Browse files
committed
generate: sort contexts
This makes the generation consistent. Signed-off-by: Attila Szakacs <[email protected]>
1 parent 4c811da commit 287d500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ARGV.count != 1
1111
end
1212

1313
db = JSON.parse(File.read(ARGV[0]))
14-
@contexts = db['contexts'].keys
14+
@contexts = db['contexts'].keys.sort
1515

1616
def find_keywords(hash)
1717
keywords = []

0 commit comments

Comments
 (0)