fix: wrong Chocolatey title field (#5334)

This commit is contained in:
sjdhome 2020-08-03 04:27:48 +08:00 committed by GitHub
parent 4cb1feff91
commit 01e631b784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = async (ctx) => {
const items = pick_versions(raw);
const rsshub_object = {
name: software_name,
title: software_name,
link: software_link,
item: items.map((i) => {
const link = `https://chocolatey.org/packages/${software_name}/${i.version}`;