Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
notfelineit committed Jan 17, 2025
1 parent 4861cf4 commit 2b83c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/keyspace/rollout_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type ShardRollout struct {
orig *ps.ShardRollout
}

func toShardRollout(sr *ps.ShardRollout) *ShardRollout {
func toShardRollout(sr ps.ShardRollout) *ShardRollout {
return &ShardRollout{
Name: sr.Name,
State: cmdutil.SnakeToSentenceCase(sr.State),
Expand Down

0 comments on commit 2b83c26

Please sign in to comment.