Skip to content

Commit

Permalink
Update client/keys/utils.go
Browse files Browse the repository at this point in the history
Co-Authored-By: alessio <quadrispro@ubuntu.com>
  • Loading branch information
alexanderbez and alessio authored Oct 23, 2018
1 parent 990852a commit 450873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/keys/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func ReadPassphraseFromStdin(name string) (string, error) {

// TODO make keybase take a database not load from the directory

// GetKeyBase initializes a keybase based on the configuration.
// GetKeyBase initializes a read-only KeyBase based on the configuration.
func GetKeyBase() (keys.Keybase, error) {
rootDir := viper.GetString(cli.HomeFlag)
return GetKeyBaseFromDir(rootDir)
Expand Down

0 comments on commit 450873d

Please sign in to comment.