Skip to content

Commit

Permalink
chore: correct internal docstring (#228)
Browse files Browse the repository at this point in the history
This is a port of GoogleCloudPlatform/cloud-sql-proxy#1490.

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
  • Loading branch information
enocom and jackwotherspoon committed Jan 18, 2023
1 parent 22fc5e7 commit 5aad2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ type Command struct {
quiet bool

// impersonationChain is a comma separated list of one or more service
// accounts. The last entry in the chain is the impersonation target. Any
// additional service accounts before the target are delegates. The
// accounts. The first entry in the chain is the impersonation target. Any
// additional service accounts after the target are delegates. The
// roles/iam.serviceAccountTokenCreator must be configured for each account
// that will be impersonated.
impersonationChain string
Expand Down

0 comments on commit 5aad2a2

Please sign in to comment.