mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Version: correct the variable name 'name' to 'project-name'
This commit is contained in:
@@ -120,7 +120,7 @@ static FFModuleBaseInfo ffModuleInfo = {
|
||||
.generateJsonResult = (void*) ffGenerateVersionJsonResult,
|
||||
.generateJsonConfig = (void*) ffGenerateVersionJsonConfig,
|
||||
.formatArgs = FF_FORMAT_ARG_LIST(((FFModuleFormatArg[]) {
|
||||
{"Project name", "name"},
|
||||
{"Project name", "project-name"},
|
||||
{"Version", "version"},
|
||||
{"Version tweak", "version-tweak"},
|
||||
{"Build type (debug or release)", "build-type"},
|
||||
|
||||
Reference in New Issue
Block a user