summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2016-05-18 22:26:25 +0200
committerSebastiaan van Stijn <github@gone.nl>2016-05-25 21:33:26 +0200
commit08f1f62f41df74657e91c23d26fddb0ac14acb7f (patch)
tree9c1a8fd6917c2e617844f37e8ab7037f2a261593
parente47de0ba4d93027ac2c0e4de934038f41e0e0a5c (diff)
downloaddocker-08f1f62f41df74657e91c23d26fddb0ac14acb7f.tar.gz
Merge pull request #22821 from zunayed/patch-1
fix duplicate command in uninstall instructions (cherry picked from commit 1691fe6d23b083c67aea120f05c4797220388d59) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--docs/installation/linux/fedora.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/linux/fedora.md b/docs/installation/linux/fedora.md
index 782adc6735..8d297b4750 100644
--- a/docs/installation/linux/fedora.md
+++ b/docs/installation/linux/fedora.md
@@ -186,7 +186,7 @@ You can uninstall the Docker software with `dnf`.
1. List the package you have installed.
- $ dnf list installed | grep docker dnf list installed | grep docker
+ $ dnf list installed | grep docker
docker-engine.x86_64 1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64
2. Remove the package.