зеркало из https://github.com/docker/hub-tool.git
Merge pull request #171 from docker/fix-teams-members-output
Fix org members and teams command output
This commit is contained in:
Коммит
700898174b
|
@ -93,5 +93,5 @@ func printMembers(out io.Writer, values interface{}) error {
|
||||||
tw.Line()
|
tw.Line()
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return tw.Flush()
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,5 +98,5 @@ func printTeams(out io.Writer, values interface{}) error {
|
||||||
tw.Line()
|
tw.Line()
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return tw.Flush()
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче