Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Sep 18, 2024
1 parent 857f31c commit 1568c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Config struct {
// and CustomBrowserPath fields.
AWSConsoleBrowserLaunchTemplate *BrowserLaunchTemplate `toml:",omitempty"`

// SOBrowserLaunchTemplate is an optional launch template to use
// SSOBrowserLaunchTemplate is an optional launch template to use
// for opening the SSO auth flow. If specified it overrides the DefaultBrowser
// and CustomSSOBrowserPath fields.
SSOBrowserLaunchTemplate *BrowserLaunchTemplate `toml:",omitempty"`
Expand Down

0 comments on commit 1568c38

Please sign in to comment.