Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbodonnell committed Apr 17, 2024
1 parent e3fd983 commit 06dc409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tfarm/commands/ranch/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Info(tokenDir, endpoint, outputFormat string) error {
}
fmt.Println("Version:", info.Version)
fmt.Println("Config:", info.TokenDir)
fmt.Println("Endpoint", info.Endpoint)
fmt.Println("Endpoint:", info.Endpoint)
fmt.Println("OIDC:")
fmt.Println(" Issuer:", info.OIDC.Issuer)
fmt.Println(" Client ID:", info.OIDC.ClientID)
Expand Down

0 comments on commit 06dc409

Please sign in to comment.