mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 23:45:31 +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},
|
forwardSearchAfter = ${toString build.forwardSearchAfter},
|
||||||
onSave = ${toString build.onSave},
|
onSave = ${toString build.onSave},
|
||||||
useFileList = ${toString build.useFileList},
|
useFileList = ${toString build.useFileList},
|
||||||
auxDirectory = "${toString build.auxDirectroy}",
|
auxDirectory = "${toString build.auxDirectory}",
|
||||||
logDirectory = "${toString build.logDirectroy}",
|
logDirectory = "${toString build.logDirectory}",
|
||||||
pdfDirectory = "${toString build.pdfDirectroy}",
|
pdfDirectory = "${toString build.pdfDirectory}",
|
||||||
${if build.filename != null then ''filename = "${build.filename}",'' else ""}
|
${if build.filename != null then ''filename = "${build.filename}",'' else ""}
|
||||||
},
|
},
|
||||||
forwardSearch = {
|
forwardSearch = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue