Skip to content

Commit

Permalink
Update tool/tctl/common/access_request_command.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Burke <[email protected]>
  • Loading branch information
espadolini and atburke committed Dec 16, 2021
1 parent 8a10823 commit 6b8941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tctl/common/access_request_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func printJSON(in interface{}, desc string) error {
return nil
}

func quoteOrDefault(s string, d string) string {
func quoteOrDefault(s, d string) string {
if s == "" {
return d
}
Expand Down

0 comments on commit 6b8941e

Please sign in to comment.