You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I ran aegir check-project on ipfs/js-kubo-rpc-client@167109a 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)!
The text was updated successfully, but these errors were encountered:
SgtPooki
added a commit
to ipfs/js-kubo-rpc-client
that referenced
this issue
Aug 24, 2022
Describe the bug
I ran
aegir check-project
on ipfs/js-kubo-rpc-client@167109a and it updated the README incorrectly in one area.To Reproduce
Steps to reproduce the behavior:
Note the incorrect update to the readme.
the part of the diff that is incorrect (uses issue link for
js-ipfs-unixfs-importer
repo):Expected behavior
diff should be
The text was updated successfully, but these errors were encountered: