Skip to content

Commit

Permalink
bump submodule hashes, minor related update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss committed Oct 22, 2024
1 parent a649c72 commit fcfb652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opslevel/resource_opslevel_check_package_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (r *CheckPackageVersionResource) Update(ctx context.Context, req resource.U
}

if planModel.MissingPackageResult.IsNull() {
input.MissingPackageResult = opslevel.NewNull[opslevel.CheckResultStatusEnum]()
input.MissingPackageResult = opslevel.NewNullOf[opslevel.CheckResultStatusEnum]()
} else {
input.MissingPackageResult = opslevel.NewNullableFrom(opslevel.CheckResultStatusEnum(planModel.MissingPackageResult.ValueString()))
}
Expand Down
2 changes: 1 addition & 1 deletion submodules/opslevel-go
2 changes: 1 addition & 1 deletion tests/opslevel_modules

0 comments on commit fcfb652

Please sign in to comment.