Skip to content

Commit

Permalink
Fix set tempdir grammar (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 12, 2023
1 parent 0c6484f commit d0c87c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRAMMAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setting : 'set' 'allow-duplicate-recipes' boolean?
| 'set' 'ignore-comments' boolean?
| 'set' 'positional-arguments' boolean?
| 'set' 'shell' ':=' '[' string (',' string)* ','? ']'
| 'set' 'tempdir string
| 'set' 'tempdir ':=' string
| 'set' 'windows-powershell' boolean?
| 'set' 'windows-shell' ':=' '[' string (',' string)* ','? ']'
Expand Down

0 comments on commit d0c87c8

Please sign in to comment.