Skip to content

Commit

Permalink
Merge pull request #2040 from opengovern/feat-change-jobs
Browse files Browse the repository at this point in the history
fix: name in cmd migrator
  • Loading branch information
mohamadch91 authored Nov 18, 2024
2 parents e6d2cbe + 81f4faa commit cc5135e
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/post-install-job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os/signal"
"syscall"

"github.com/opengovern/opengovernance/jobs/migrator"
"github.com/opengovern/opengovernance/jobs/post-install-job"
)

func main() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/cloudql/tables/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func Plugin(ctx context.Context) *plugin.Plugin {
p := &plugin.Plugin{
Name: "steampipe-plugin-opengovernance",
Name: "cloudql",
DefaultTransform: transform.FromGo().NullIfZero(),
ConnectionConfigSchema: &plugin.ConnectionConfigSchema{
NewInstance: config.Instance,
Expand Down

0 comments on commit cc5135e

Please sign in to comment.