diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-12 23:49:56 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-12 23:49:56 +0000 |
commit | 158f028c96c3bf8a683bbc98ccf23c546cc7b326 (patch) | |
tree | 41b5313c6f0ccc3589a58147d1fe1dced3aca012 /runsc/cmd/list.go | |
parent | cbf3251b8d2ea4b6ab3eff2bd6a4b2804a11706c (diff) | |
parent | 7132b9a07b55b1c2944f19bb938878d147785a72 (diff) |
Merge release-20210705.0-12-g7132b9a07 (automated)
Diffstat (limited to 'runsc/cmd/list.go')
-rw-r--r-- | runsc/cmd/list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/list.go b/runsc/cmd/list.go index 9f9a47bd8..2adfcced7 100644 --- a/runsc/cmd/list.go +++ b/runsc/cmd/list.go @@ -102,7 +102,7 @@ func (l *List) Execute(_ context.Context, f *flag.FlagSet, args ...interface{}) c.CreatedAt.Format(time.RFC3339Nano), c.Owner) } - w.Flush() + _ = w.Flush() case "json": // Print just the states. var states []specs.State |