diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-20 14:17:37 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-21 09:29:01 -0400 |
commit | 330e9144bd49a090484ade39339b3c3453253105 (patch) | |
tree | dabfd54dced8fd684d290927d4a96642f98dc828 /cmd/podman/registry | |
parent | a5a5ad184ef8e890bfd083052005e6d862c62729 (diff) | |
download | podman-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 'cmd/podman/registry')
-rw-r--r-- | cmd/podman/registry/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/registry/config.go b/cmd/podman/registry/config.go index 75e67b35d..a7e368115 100644 --- a/cmd/podman/registry/config.go +++ b/cmd/podman/registry/config.go @@ -70,7 +70,7 @@ func newPodmanConfig() { // 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 |