Skip to content

Commit

Permalink
Resolved test err
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Nov 28, 2023
1 parent 3d8bd61 commit e0318db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ var listOrganizationsCmd = &cobra.Command{
data = append(data, []string{
returnNonEmptyString(fmt.Sprintf("%d", organization.ID)),
returnNonEmptyString(fmt.Sprintf("%s", organization.Name)),
returnNonEmptyString(fmt.Sprintf("%d", organization.Description)),
returnNonEmptyString(fmt.Sprintf("%s", organization.Description)),
returnNonEmptyString(fmt.Sprintf("%d", organization.QuotaProject)),
returnNonEmptyString(fmt.Sprintf("%d", organization.QuotaGroup)),
returnNonEmptyString(fmt.Sprintf("%d", organization.QuotaNotification)),
Expand Down

0 comments on commit e0318db

Please sign in to comment.