mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Fix typo in comments against Password method attached to User struct
Signed-off-by: Sarath Kumar Sivan <sarathkumarsivan@gmail.com>
This commit is contained in:
parent
1ecfa703f5
commit
0293ef185d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ func (u User) Confirm(message string, defaultValue bool) (bool, error) {
|
|||
return b, err
|
||||
}
|
||||
|
||||
// Password implemetns a text input with masked characters
|
||||
// Password implements a text input with masked characters.
|
||||
func (u User) Password(message string) (string, error) {
|
||||
qs := &survey.Password{
|
||||
Message: message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue