Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
destan0098 committed Sep 7, 2024
1 parent 13138e4 commit 323a56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Part2/Part2.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func Part2(InputText string) ([]string, string) {
fmt.Println(color.Colorize(color.Red, "[-] Line 91 Error:"+err.Error()))
recover()
}
fmt.Println(color.Colorize(color.Green, "[+] Find In : "+path))
fmt.Println(color.Colorize(color.Green, "[+] Found In : "+path))

for _, author := range authors {
outlast = append(outlast, author.Slug)
Expand Down

0 comments on commit 323a56c

Please sign in to comment.