Skip to content

Commit

Permalink
chore: string again
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 6, 2021
1 parent c012e57 commit 24fc704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/registry/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func mapResponseItemsToRows(registries *[]srsmgmtv1.RegistryRest) []RegistryRow
ID: fmt.Sprint(k.Id),
Name: k.GetName(),
URL: k.GetRegistryUrl(),
Status: k.GetStatus(),
Status: string(k.GetStatus()),
Owner: k.GetOwner(),
}

Expand Down

0 comments on commit 24fc704

Please sign in to comment.