diff --git a/CHANGES b/CHANGES index cd1ae04..c50a981 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,12 @@ CHANGES ======= +0.0.3 - Mar 03 2015 + * Fix bug repository full name overwrap description + * Enable to run -u or -r without args + 0.0.2 - Oct 26 2014 - * Support --language, --user, --repo options. + * Support --language, --user and --repo options 0.0.1 - Oct 26 2014 * Initial versioned release diff --git a/repository.go b/repository.go index 93afc11..551c168 100644 --- a/repository.go +++ b/repository.go @@ -16,7 +16,7 @@ func SearchRepository(sort string, order string, query string) []github.Reposito searchResult, _, err := client.Search.Repositories(query, searchOpts) if err != nil { - fmt.Printf("repository search error") + fmt.Printf("Repository not Found\n") } return searchResult.Repositories