From 1568c380fac47dfc35c102d217183c9b1de5a7e2 Mon Sep 17 00:00:00 2001 From: meyerjrr Date: Wed, 18 Sep 2024 13:34:17 +1000 Subject: [PATCH] fix typo --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 5fb63d8c..934b9bbb 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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"`