Correct Ubuntu repo URL

This commit is contained in:
Misty Stanley-Jones 2017-01-20 09:11:53 -08:00 committed by GitHub
parent 05ca25b53f
commit 4f60e41d46
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Docker from the repository.
```bash
$ sudo add-apt-repository \
"deb https://apt.dockerproject.org/repo/pool/ \
"deb https://apt.dockerproject.org/repo/ \
ubuntu-$(lsb_release -cs) \
main"
```