Capitalize the "D" in srcDir to avoid errors when using styleChecks
Fixes #740
This commit is contained in:
parent
16ba5db44e
commit
e9d45ca683
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ var
|
||||||
author*: string ## The package's author.
|
author*: string ## The package's author.
|
||||||
description*: string ## The package's description.
|
description*: string ## The package's description.
|
||||||
license*: string ## The package's license.
|
license*: string ## The package's license.
|
||||||
srcdir*: string ## The package's source directory.
|
srcDir*: string ## The package's source directory.
|
||||||
binDir*: string ## The package's binary directory.
|
binDir*: string ## The package's binary directory.
|
||||||
backend*: string ## The package's backend.
|
backend*: string ## The package's backend.
|
||||||
|
|
||||||
|
|
@ -101,7 +101,7 @@ proc printPkgInfo(): string =
|
||||||
printIfLen author
|
printIfLen author
|
||||||
printIfLen description
|
printIfLen description
|
||||||
printIfLen license
|
printIfLen license
|
||||||
printIfLen srcdir
|
printIfLen srcDir
|
||||||
printIfLen binDir
|
printIfLen binDir
|
||||||
printIfLen backend
|
printIfLen backend
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue