Skip to content

Commit

Permalink
Change github search error message
Browse files Browse the repository at this point in the history
and chane CHANGES
  • Loading branch information
sona-tar committed Mar 4, 2015
1 parent 8a97e6c commit e88a14d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e88a14d

Please sign in to comment.