Skip to content

Commit

Permalink
fix typo from codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
dbravo-bishopfox committed Jul 3, 2024
1 parent 0ac24e3 commit 738085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/services/iamService/access-tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package iamservice
// Projects []string
// }

// // Be incorportated in iam.go
// // Be incorporated in iam.go
// func (m *AccessTokensModule) PrintAccessTokens(outputFormat string, outputDirectory string, verbosity int) error {
// GCPLogger.InfoM(fmt.Sprintf("Enumerating GCP local access tokens (%s, %s)...", color.CyanString("default user token"), color.RedString("application-default token")), globals.GCP_ACCESSTOKENS_MODULE_NAME)
// tokens := gcp.ReadRefreshTokens()
Expand Down

0 comments on commit 738085d

Please sign in to comment.