Skip to content

Commit

Permalink
🧹 Align atlassian provider ID (#2713)
Browse files Browse the repository at this point in the history
All other providers include v9.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Dec 5, 2023
1 parent 7d81b3c commit c03d37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/atlassian/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var Config = plugin.Provider{
Name: "atlassian",
ID: "go.mondoo.com/cnquery/providers/atlassian",
ID: "go.mondoo.com/cnquery/v9/providers/atlassian",
Version: "9.1.8",
ConnectionTypes: []string{
provider.DefaultConnectionType,
Expand Down

0 comments on commit c03d37a

Please sign in to comment.