Skip to content

Commit

Permalink
fix error string
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Li <[email protected]>
  • Loading branch information
li-clement committed Dec 13, 2023
1 parent 50ca0c5 commit 2d23095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webnotice-scanner/models/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ func GetCopyright(url string) (copyright *Copyright, err error) {
}
}

err = fmt.Errorf("No copyright information found.")
err = fmt.Errorf("no copyright information found")
return
}

0 comments on commit 2d23095

Please sign in to comment.