newreleasesio / cli-go

NewReleases CLI

Home Page:https://newreleases.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to subscribe to repo containing dots

pschmitt opened this issue · comments

Describe the bug
The CLI is returning an error when trying to subscribe to repository that contains . chars.

To Reproduce
Steps to reproduce the behavior:

$ newreleases project add github pschmitt/test.test
Error: GitHub project not found.
$ newreleases project add github resume/resume.github.com
Error: GitHub project not found.

Expected behavior
Subscribe to the repo.

Additional context
These repos actually exist:

Hi, Philipp. Thanks for a detailed issue report.

We have fixed the issue that you described for https://github.com/resume/resume.github.com and similar repositories.

But, https://github.com/pschmitt/test.test repository is empty and it is still considered as not found.

Yeah I just created it to test the here described issue. Thanks for the quick update ;)