Skip to content

Commit

Permalink
Merge branch 'master' into osx-multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner authored Apr 16, 2019
2 parents 41dbcc1 + aaaa78d commit 169f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (k macOSXKeychain) Get(service, username string) (string, error) {
return fmt.Sprintf("%s", dec), err
}

// Get gets a secret from the keyring given a service name and a user.
// Set stores a secret in the keyring given a service name and a user.
func (k macOSXKeychain) Set(service, username, password string) error {
return exec.Command(
execPathKeychain,
Expand Down

0 comments on commit 169f838

Please sign in to comment.