Skip to content

Commit

Permalink
fix error hint (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyu66 authored Jul 26, 2024
1 parent e55a21a commit 1644ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/store/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1644ac4

Please sign in to comment.