This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 758c8a3  Fix 404 error (#35)
758c8a3 is described below

commit 758c8a3e4e9d15eded5cf08de2cb54b3aebe4faf
Author: 何延龙 <[email protected]>
AuthorDate: Fri Jun 4 16:51:24 2021 +0800

    Fix 404 error (#35)
---
 pkg/review/header.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/review/header.go b/pkg/review/header.go
index b9cae79..a60660e 100644
--- a/pkg/review/header.go
+++ b/pkg/review/header.go
@@ -265,7 +265,7 @@ func IsPR() bool {
 func Markdown(result *header2.Result) string {
        return fmt.Sprintf(`
 <!-- %s -->
-[license-eye](https://github.com/apache/skywalking-eyes/tree/main/license-eye) 
has totally checked %d files.
+[license-eye](https://github.com/apache/skywalking-eyes/tree/main/cmd/license-eye)
 has totally checked %d files.
 | Valid | Invalid | Ignored | Fixed |
 | --- | --- | --- | --- |
 | %d | %d | %d | %d |

Reply via email to