Browse code

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>

Sebastiaan van Stijn authored on 2016/05/19 05:26:25
Showing 1 changed files
... ...
@@ -186,7 +186,7 @@ You can uninstall the Docker software with `dnf`.
186 186
 
187 187
 1. List the package you have installed.
188 188
 
189
-		$ dnf list installed | grep docker dnf list installed | grep docker
189
+		$ dnf list installed | grep docker
190 190
 		docker-engine.x86_64     1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64
191 191
 
192 192
 2. Remove the package.