diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-15 23:51:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 23:51:22 +0100 |
commit | e1e405b70d687897423d0d1c327efd9bea190dff (patch) | |
tree | d2abce1febe1bf7f2c2a8d741f0c4010d4cf5e2b /docs | |
parent | 741e29caf39c57551724a48265f6d9641f8f6fe0 (diff) | |
parent | e9cd3319cf14b3d9484c4e6d7aa5040509a81653 (diff) | |
download | podman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.gz podman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.bz2 podman-e1e405b70d687897423d0d1c327efd9bea190dff.zip |
Merge pull request #4807 from ssbarnea/fix/pre-commit
Enable pre-commit linting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/Commands.rst | 2 | ||||
-rw-r--r-- | docs/source/network.rst | 2 | ||||
-rw-r--r-- | docs/source/volume.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index 276a9c4fb..028f03429 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -104,4 +104,4 @@ Commands :doc:`volume <volume>` Manage volumes -:doc:`wait <markdown/podman-wait.1>` Block on one or more containers
\ No newline at end of file +:doc:`wait <markdown/podman-wait.1>` Block on one or more containers diff --git a/docs/source/network.rst b/docs/source/network.rst index c1c53bc34..d96e00a7d 100644 --- a/docs/source/network.rst +++ b/docs/source/network.rst @@ -7,4 +7,4 @@ Network :doc:`ls <markdown/podman-network-ls.1>` network list -:doc:`rm <markdown/podman-network-rm.1>` network rm
\ No newline at end of file +:doc:`rm <markdown/podman-network-rm.1>` network rm diff --git a/docs/source/volume.rst b/docs/source/volume.rst index 43fe87054..a966feafd 100644 --- a/docs/source/volume.rst +++ b/docs/source/volume.rst @@ -8,4 +8,4 @@ Volume :doc:`prune <markdown/podman-volume-prune.1>` Remove all unused volumes -:doc:`rm <markdown/podman-volume-rm.1>` Remove one or more volumes
\ No newline at end of file +:doc:`rm <markdown/podman-volume-rm.1>` Remove one or more volumes |