summaryrefslogtreecommitdiff
path: root/libpod
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-21 09:29:01 -0400
commit330e9144bd49a090484ade39339b3c3453253105 (patch)
treedabfd54dced8fd684d290927d4a96642f98dc828 /libpod
parenta5a5ad184ef8e890bfd083052005e6d862c62729 (diff)
downloadpodman-330e9144bd49a090484ade39339b3c3453253105.tar.gz
podman-330e9144bd49a090484ade39339b3c3453253105.tar.bz2
podman-330e9144bd49a090484ade39339b3c3453253105.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 2575decc3..bf1e203c1 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