Skip to content

Commit

Permalink
Fix regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Aug 22, 2023
1 parent 4a7d9ac commit e1e3a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/question_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display_name: str()
type: enum('question')
description: str(required=False)
id: regex('^Q\d{4}'$)
id: regex('^Q\d{4}$')
dfiq_version: regex('\d{1,2}\.\d{1,2}\.\d{1,2}')
tags: list(str(), required=False)
contributors: list(str(), required=False)
Expand Down

0 comments on commit e1e3a28

Please sign in to comment.