diff --git a/internal/config/store/keyring.go b/internal/config/store/keyring.go index 5f3cb7aa..2acf219d 100644 --- a/internal/config/store/keyring.go +++ b/internal/config/store/keyring.go @@ -23,7 +23,7 @@ import ( const namespace = "ticloud_access_token" -var ErrNotSupported = errors.New("keyring is not supported, you can add `--insecure-storage true` to save token to config file instead.\n" + +var ErrNotSupported = errors.New("keyring is not supported, you can add `--insecure-storage` to save token to config file instead.\n" + "Or see https://github.com/zalando/go-keyring#dependencies for more details of keyring dependencies.") func Get(profile string) (string, error) {