Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
camelcase
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Aug 10, 2023
1 parent 2a59386 commit 5441d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/cluster_pool_assignment_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/flyteorg/flytestdlib/config"
)

const clusterPoolsKey = "cluster_pools"
const clusterPoolsKey = "clusterPools"

var clusterPoolsConfig = config.MustRegisterSection(clusterPoolsKey, &interfaces.ClusterPoolAssignmentConfig{
ClusterPoolAssignments: make(interfaces.ClusterPoolAssignments),
Expand Down

0 comments on commit 5441d8a

Please sign in to comment.