Skip to content

Commit

Permalink
Merge pull request #58 from pavlospt/chore/remove-duplicate-rolename
Browse files Browse the repository at this point in the history
Remove duplicate role name
  • Loading branch information
jaxxstorm authored Feb 23, 2024
2 parents 4541687 + a29d14a commit 2e5c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws-sso-creds/list/roles/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func Command() *cobra.Command {
fmt.Fprintln(writer, "ROLE NAME")

for _, role := range roles.RoleList {
fmt.Fprintf(writer, "%s\t%s\n", *role.RoleName, *role.RoleName)
fmt.Fprintf(writer, "%s\n", *role.RoleName)
}

writer.Flush()
Expand Down

0 comments on commit 2e5c713

Please sign in to comment.