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
This commit is contained in:
Daniel J Walsh 2017-12-05 06:51:28 -06:00 committed by Atomic Bot
parent 34696c55e9
commit 4d02d99c27

View file

@ -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"`