summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-20 14:17:37 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-20 15:09:54 -0400
commit841eac0af651d7afa4749a65f4e773815b5c715c (patch)
treec77b9d49238626f93839206c37da8bf7d8b9505b /libpod/runtime.go
parent0d26a573e3cf8cc5baea84206a86cb83b433b6d5 (diff)
downloadpodman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.gz
podman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.bz2
podman-841eac0af651d7afa4749a65f4e773815b5c715c.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index b30933b0c..96243c808 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -84,7 +84,7 @@ type Runtime struct {
// SetXdgDirs ensures the XDG_RUNTIME_DIR env and XDG_CONFIG_HOME variables are set.
// containers/image uses XDG_RUNTIME_DIR to locate the auth file, XDG_CONFIG_HOME is
-// use for the libpod.conf configuration file.
+// use for the containers.conf configuration file.
func SetXdgDirs() error {
if !rootless.IsRootless() {
return nil