bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Download Link in README does not work #79

Closed zdavatz closed 3 years ago

zdavatz commented 3 years ago

This does not work:

curl -Lo slackcat https://github.com/bcicen/slackcat/releases/download/v1.7.1/slackcat-1.7.1-$(uname -s)-amd64

downloaded file is empty and says "not found" in the file.

bcicen commented 3 years ago

fixed in https://github.com/bcicen/slackcat/commit/1f57ebbd5a0fbf025fe79db7f398394f11f5c368; thanks for reporting