Skip to content

Commit

Permalink
fix: plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jan 14, 2025
1 parent f4445fc commit 7a49b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cloudql-init-job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (j *Job) Run(ctx context.Context) error {
}

if integrationBin, ok := integrationMap[integrationType]; ok {
dirPath := basePath + "/" + integrationType + "@latest"
dirPath := basePath + "/" + describerConfig.SteampipePluginName + "@latest"
// create directory if not exists
if _, err := os.Stat(dirPath); os.IsNotExist(err) {
err := os.MkdirAll(dirPath, os.ModePerm)
Expand Down

0 comments on commit 7a49b48

Please sign in to comment.