mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #834 from sarathkumarsivan/fix-typo-prompt
Fix typo in comments against Password method attached to User struct
This commit is contained in:
commit
74b35e3ef3
@ -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…
x
Reference in New Issue
Block a user