From cc3790f332d989440eb1720e24e3619fc97c74ee Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Apr 2022 17:03:45 -0400 Subject: Switch all rootful to rootfull We are inconsistent on the name, we should stick with rootfull. [NO NEW TESTS NEEDED] Existing tests should handle this and no tests for machines exists yet. Signed-off-by: Daniel J Walsh --- contrib/remote/containers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/remote') diff --git a/contrib/remote/containers.conf b/contrib/remote/containers.conf index 9b0b62c42..45f58171a 100644 --- a/contrib/remote/containers.conf +++ b/contrib/remote/containers.conf @@ -7,5 +7,5 @@ # Default Remote URI to access the Podman service. # Examples: # remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock -# remote rootful ssh://root@10.10.1.136:22/run/podman/podman.sock +# remote rootfull ssh://root@10.10.1.136:22/run/podman/podman.sock # remote_uri= "" -- cgit v1.2.3-54-g00ecf