aegir icon indicating copy to clipboard operation
aegir copied to clipboard

`aegir check-project` updates README.md with incorrect repo for issues link

Open SgtPooki opened this issue 1 year ago • 0 comments

Describe the bug I ran aegir check-project on https://github.com/ipfs/js-kubo-rpc-client/commit/167109aadfc5fe681c8dae10749973040edd6d8b and it updated the README incorrectly in one area.

To Reproduce Steps to reproduce the behavior:

cd $(mktemp -d)
git clone https://github.com/ipfs/js-kubo-rpc-client.git
cd js-kubo-rpc-client
git checkout 167109aadfc5fe681c8dae10749973040edd6d8b
npm install
./node_modules/.bin/aegir check-project
# Enter through all the prompts (accept the defaults)

Note the incorrect update to the readme.

the part of the diff that is incorrect (uses issue link for js-ipfs-unixfs-importer repo):

-Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-kubo-rpc-client/issues).
+Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)!

Expected behavior diff should be

-Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-kubo-rpc-client/issues).
+Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-kubo-rpc-client/issues)!

SgtPooki avatar Aug 23 '22 23:08 SgtPooki