summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-12-05 06:51:28 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-05 14:54:30 +0000
commit4d02d99c279f30130db9b099c4486cb6fb3bc4a9 (patch)
treeab4e3f6f53bb448e2544ebe69f997c514167f0da /cmd
parent34696c55e91294442325ff0d78af84945d3e955f (diff)
downloadpodman-4d02d99c279f30130db9b099c4486cb6fb3bc4a9.tar.gz
podman-4d02d99c279f30130db9b099c4486cb6fb3bc4a9.tar.bz2
podman-4d02d99c279f30130db9b099c4486cb6fb3bc4a9.zip
Fix reference to libkpod to libpod
ps.go no longer uses libkpod Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #104 Approved by: mheon
Diffstat (limited to 'cmd')
-rw-r--r--cmd/kpod/ps.go2
1 files changed, 1 insertions, 1 deletions
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"`