Skip to content

Commit

Permalink
chore: small update to fix linter (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Apr 4, 2024
1 parent 0e302bd commit 7078643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/resources/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ type ResultOperation string

const (
CreatedResult ResultOperation = "created"
UpdatedResult = "updated"
NoOpResult = "historical"
UpdatedResult ResultOperation = "updated"
NoOpResult ResultOperation = "historical"
)

func MapResults(i integrations.Integrations, resultsSpec []v1alpha1.ResultSpec, config v1alpha1.K8sGPT) (map[string]v1alpha1.Result, error) {
Expand Down

0 comments on commit 7078643

Please sign in to comment.