Skip to content

Commit 1065a45

Browse files
authored
Merge pull request #17 from opengovern/fix-folder-reorganization
fix: fix cloudql main.go
2 parents 55dedf9 + f21b6a1 commit 1065a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/cloudql/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github"
4+
"github.com/opengovern/og-describer-github/plugin/cloudql/github"
55
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
66
)
77

0 commit comments

Comments
 (0)