diff options
Diffstat (limited to 'examples/transcripts/transcript_regex.txt')
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 35fc5817..ce2a2beb 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,7 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -allow_style: /(Terminal|Always|Never)/ +allow_style: '/(Terminal|Always|Never)/' debug: False echo: False editor: /.*?/ |