fix t8n tool copyright banner

This commit is contained in:
jangko 2022-11-15 10:49:41 +07:00
parent 9aa925cf36
commit 12e5b6460e
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,6 @@ proc init*(_: type T8NConf, cmdLine = commandLineParams()): T8NConf =
result = T8NConf.load(
cmdLine.convertToNimStyle,
version = Version,
copyrightBanner = Copyright
copyrightBanner = Version & "\n" & Copyright
)
{.pop.}