willeccles / cpm

🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
MIT License
69 stars 13 forks source link

apk is using the wrong operator for the count function. #23

Closed foxsouns closed 3 years ago

foxsouns commented 3 years ago

apk has tot setup wrong. It's using apk -vv info || tot;;, which includes ||, the OR operator, when it should be |, the pipe operator. I would do this myself, and probably will, but the current PR is supposed to drop soon and I don't want to cause any complications.

(Also: why is Adélie listed in the comments of cpm, but not on the README next to Alpine? lol)

foxsouns commented 3 years ago

Here is my branch for fixing this, I'll try and update it when the new PR comes in, and I'll put it in when it's ready.

willeccles commented 3 years ago

You can just open a PR for this now.