mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
Fixed typo
This commit is contained in:
parent
a504d8ef37
commit
97b4dd88ef
1 changed files with 3 additions and 3 deletions
|
|
@ -287,9 +287,9 @@ in
|
|||
forwardSearchAfter = ${toString build.forwardSearchAfter},
|
||||
onSave = ${toString build.onSave},
|
||||
useFileList = ${toString build.useFileList},
|
||||
auxDirectory = "${toString build.auxDirectroy}",
|
||||
logDirectory = "${toString build.logDirectroy}",
|
||||
pdfDirectory = "${toString build.pdfDirectroy}",
|
||||
auxDirectory = "${toString build.auxDirectory}",
|
||||
logDirectory = "${toString build.logDirectory}",
|
||||
pdfDirectory = "${toString build.pdfDirectory}",
|
||||
${if build.filename != null then ''filename = "${build.filename}",'' else ""}
|
||||
},
|
||||
forwardSearch = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue