explicitly ignore readme fetching error
This commit is contained in:
parent
379ecdab54
commit
a8a57595dc
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ func repoView(cmd *cobra.Command, args []string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
readmeContent, err := api.RepositoryReadme(apiClient, fullName)
|
||||
readmeContent, _ := api.RepositoryReadme(apiClient, fullName)
|
||||
|
||||
if readmeContent == "" {
|
||||
readmeContent = utils.Gray("No README provided")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue