Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Name collision in vue-box truffle box #1119

Open
dkillen opened this issue Dec 17, 2021 · 0 comments
Open

Name collision in vue-box truffle box #1119

dkillen opened this issue Dec 17, 2021 · 0 comments
Assignees

Comments

@dkillen
Copy link
Contributor

dkillen commented Dec 17, 2021

There appears to be a name collision in the vue-box truffle box which results in incorrect readme for the box on the website. There are presently two Vue boxes in the website's data.json file with the same displayName and repoName. However, each have a different userOrg. One is set as an official box and the other not.

{
"userOrg": "truffle-box",
"displayName": "vue-box",
"repoName": "vue-box",
"official": true
},
{
"userOrg": "standup75",
"displayName": "vue-box",
"repoName": "vue-box",
"official": false
},

The issue is that the official box is being shown on the website with the readme from the unofficial box which is dated. The offical vue-box is working correctly if following the readme from that repository.

@cds-amal cds-amal removed their assignment Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants