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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fd895f3 fix: fix dora
5fd895f3 is described below

commit 5fd895f3f1198433b5b9519982153b49299a7c49
Author: Nddtfjiang <[email protected]>
AuthorDate: Mon Aug 29 12:39:35 2022 +0000

    fix: fix dora
    
    fix dora import name
    
    Nddtfjiang <[email protected]>
---
 plugins/dora/dora.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/dora/dora.go b/plugins/dora/dora.go
index 64f53e78..9af130a8 100644
--- a/plugins/dora/dora.go
+++ b/plugins/dora/dora.go
@@ -18,7 +18,7 @@ limitations under the License.
 package main
 
 import (
-       "github.com/apache/incubator-devlake/plugins/Dora/impl"
+       "github.com/apache/incubator-devlake/plugins/dora/impl"
        "github.com/apache/incubator-devlake/runner"
        "github.com/spf13/cobra"
 )

Reply via email to