diff options
author | Tony Benoy <me@tonybenoy.com> | 2020-03-15 18:40:43 +0530 |
---|---|---|
committer | Tony Benoy <me@tonybenoy.com> | 2020-03-15 18:40:43 +0530 |
commit | 9128ef85cc2359d46504a259baacdc2faf3b49bf (patch) | |
tree | 68fe40b78f2e2d326d2d20174c6ebe1536e61f0d /troubleshooting.md | |
parent | 8b07ad1138bea8dfa71890c22e811bdd809b4e7e (diff) | |
download | podman-9128ef85cc2359d46504a259baacdc2faf3b49bf.tar.gz podman-9128ef85cc2359d46504a259baacdc2faf3b49bf.tar.bz2 podman-9128ef85cc2359d46504a259baacdc2faf3b49bf.zip |
Missing double quotes in troubleshooting guide.
Signed-off-by: Tony Benoy <me@tonybenoy.com>
Diffstat (limited to 'troubleshooting.md')
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index 0f9440799..010d33f81 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -390,7 +390,7 @@ Choose one of the following: * Complete the build operation as a privileged user. * Install and configure fuse-overlayfs. * Install the fuse-overlayfs package for your Linux Distribution. - * Add `mount_program = "/usr/bin/fuse-overlayfs` under `[storage.options]` in your `~/.config/containers/storage.conf` file. + * Add `mount_program = "/usr/bin/fuse-overlayfs"` under `[storage.options]` in your `~/.config/containers/storage.conf` file. ### 16) rhel7-init based images don't work with cgroups v2 |