Skip to content

Commit

Permalink
Always display homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 12, 2024
1 parent 9ce98a6 commit acfd60d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/tool/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ func (tool *Tool) ShowUpdate(indentation int) string {
func (tool *Tool) Print() {
fmt.Printf("Name: %s\n", tool.Name)
fmt.Printf(" Description: %s\n", tool.Description)
if len(tool.Homepage) > 0 {
fmt.Printf(" Homepage: %s\n", tool.Homepage)
}
fmt.Printf(" Homepage: %s\n", tool.Homepage)
fmt.Printf(" Repository: %s\n", tool.Repository)
fmt.Printf(" Version: %s\n", tool.Version)

Expand Down

0 comments on commit acfd60d

Please sign in to comment.