Added missing escape for carriage return

This commit is contained in:
Anoop Kumar 2017-08-20 17:31:49 -04:00 committed by GitHub
parent 3bbdf58428
commit b10ac87756
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ installed, uninstall them, along with associated dependencies.
$ sudo yum remove docker \
docker-common \
docker-selinux \
docker-engine-selinux
docker-engine-selinux \
docker-engine
```