diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-16 13:39:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 13:39:59 +0100 |
commit | 759ffb0a27d477fe6705f4cc9b9b83cd7f0cc6e7 (patch) | |
tree | 2739683181209e6ebb4795f4f9e53bdc9e034b32 | |
parent | 4e13ef58c812a11f145d5d476587e54f6c97ed19 (diff) | |
parent | 9128ef85cc2359d46504a259baacdc2faf3b49bf (diff) | |
download | podman-759ffb0a27d477fe6705f4cc9b9b83cd7f0cc6e7.tar.gz podman-759ffb0a27d477fe6705f4cc9b9b83cd7f0cc6e7.tar.bz2 podman-759ffb0a27d477fe6705f4cc9b9b83cd7f0cc6e7.zip |
Merge pull request #5505 from tonybenoy/tony_typo
Missing double quotes in troubleshooting guide.
-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 |