Skip to content

Commit

Permalink
Merge pull request docker#1271 from bmiro/patch-1
Browse files Browse the repository at this point in the history
FIX  repo URL at add-apt-repository
  • Loading branch information
Misty Stanley-Jones authored Jan 20, 2017
2 parents f711586 + 1e26fa0 commit e793af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/installation/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Docker from the repository.
```bash
$ sudo add-apt-repository \
"deb https://apt.dockerproject.org/repo/pool/ \
$(lsb_release -cs) \
"deb https://apt.dockerproject.org/repo/ \
debian-$(lsb_release -cs) \
main"
```
Expand Down

0 comments on commit e793af4

Please sign in to comment.