Skip to content

Commit

Permalink
Fix auto redress download metadata for private connector.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Nov 20, 2023
1 parent 40034ba commit 5432cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async function syncDoc(tag, pathPrefix, fileName, organization, repository, proj
alias: project.alias || alias,
features: project.description || description,
icon: project.icon || icon,
download: project.private_source ? "Business License" : (project.download || download),
download: project.private_source ? "" : (project.download || download),
support: project.support || support,
supportLink: project.private_source ? "" : (project.support_link || source),
supportImg: project.support_img || ownerImg,
Expand Down

0 comments on commit 5432cdc

Please sign in to comment.