From 4d02d99c279f30130db9b099c4486cb6fb3bc4a9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 5 Dec 2017 06:51:28 -0600 Subject: Fix reference to libkpod to libpod ps.go no longer uses libkpod Signed-off-by: Daniel J Walsh Closes: #104 Approved by: mheon --- cmd/kpod/ps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/kpod') diff --git a/cmd/kpod/ps.go b/cmd/kpod/ps.go index c4b6c260c..cfcd38dc1 100644 --- a/cmd/kpod/ps.go +++ b/cmd/kpod/ps.go @@ -59,7 +59,7 @@ type psTemplateParams struct { // psJSONParams is only used when the JSON format is specified, // and is better for data processing from JSON. -// psJSONParams will be populated by data from libkpod.ContainerData, +// psJSONParams will be populated by data from libpod.Container, // the members of the struct are the sama data types as their sources. type psJSONParams struct { ID string `json:"id"` -- cgit v1.2.3-54-g00ecf