Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit a15e2eb

Browse files
committed
Fix lint error
1 parent bf8b42a commit a15e2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/cli/ui/io.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type PasswordReader interface {
8282
type passwordReader struct{}
8383

8484
// NewPasswordReader returns a reader that reads a string from the terminal without echoing the user input.
85-
func NewPasswordReader() *passwordReader {
85+
func NewPasswordReader() PasswordReader {
8686
return &passwordReader{}
8787
}
8888

0 commit comments

Comments
 (0)