Merge pull request #1754 from isimluk/attach-shall-not-lock-me-out

`--interactive` shall keep STDIN attached even when not explicitly set
This commit is contained in:
OpenShift Merge Robot 2018-11-04 04:06:10 -08:00 committed by GitHub
commit e106ccf416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ func runCmd(c *cli.Context) error {
inputStream = nil
}
inputStream = nil
attachTo := c.StringSlice("attach")
for _, stream := range attachTo {
switch strings.ToLower(stream) {