Skip to content

Commit

Permalink
Merge pull request #94921 from msbutler/butler-c2c-typo
Browse files Browse the repository at this point in the history
c2c: fix roachtest typo
  • Loading branch information
msbutler authored Jan 11, 2023
2 parents 01e562c + 6db126b commit 1f2e66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/cluster_to_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ func registerClusterToCluster(r registry.Registry) {
cutover: 5 * time.Minute,
},
} {
sp := sp
clusterOps := make([]spec.Option, 0)
clusterOps = append(clusterOps, spec.CPU(sp.cpus))
if sp.pdSize != 0 {
Expand Down

0 comments on commit 1f2e66a

Please sign in to comment.