Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #104

Closed
wants to merge 1 commit into from
Closed

Update README.md #104

wants to merge 1 commit into from

Conversation

chrisjsimpson
Copy link

The getting started readme example was:

./scorecard --repo=github.com/kubernetes/kubernetes

Which results in:
Error: invalid argument "github.com/kubernetes/kubernetes" for "--repo" flag: unsupported host:

So it has been corrected to include the scheme:

./scorecard --repo=https://github.com/kubernetes/kubernetes

The getting started readme example was:

> ./scorecard --repo=github.com/kubernetes/kubernetes

Which results in:
`Error: invalid argument "github.com/kubernetes/kubernetes" for "--repo" flag: unsupported host:`

So it has been corrected to include the scheme:
```
./scorecard --repo=https://github.com/kubernetes/kubernetes
```
@inferno-chromium
Copy link
Contributor

This was not intended and is a recent regression, fixing in #106, so closing here as doc change is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants