mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
remove libartifact from podman
pkg/libartifact has been moved to common and as such needs to be removed from podman and the new common vendored in along with required deps. https://issues.redhat.com/browse/RUN-3618 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
2
vendor/go.podman.io/common/pkg/ssh/utils.go
generated
vendored
2
vendor/go.podman.io/common/pkg/ssh/utils.go
generated
vendored
@@ -67,7 +67,7 @@ func ReadPassword(prompt string) (pw []byte, err error) {
|
||||
fmt.Fprint(os.Stderr, prompt)
|
||||
pw, err = term.ReadPassword(fd)
|
||||
fmt.Fprintln(os.Stderr)
|
||||
return
|
||||
return pw, err
|
||||
}
|
||||
|
||||
var b [1]byte
|
||||
|
||||
Reference in New Issue
Block a user