Skip to content

Commit

Permalink
search command uses install not browse (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari authored Apr 5, 2024
1 parent ce007fb commit 91895c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ func Search(cliInput string) {

searchResultIndex, _ := stew.Contains(formattedSearchResults, githubProjectName)

Browse(githubSearch.Items[searchResultIndex].FullName)
Install(githubSearch.Items[searchResultIndex].FullName)

}

0 comments on commit 91895c8

Please sign in to comment.