Skip to content

Commit 556eed6

Browse files
committed
fix: update apt source filename in ubuntu uninstall
Signed-off-by: David Karlsson <[email protected]>
1 parent badf5a8 commit 556eed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/install/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ To upgrade Docker Engine, download the newer package files and repeat the
301301
3. Remove source list and keyrings
302302
303303
```console
304-
$ sudo rm /etc/apt/sources.list.d/docker.list
304+
$ sudo rm /etc/apt/sources.list.d/docker.sources
305305
$ sudo rm /etc/apt/keyrings/docker.asc
306306
```
307307

0 commit comments

Comments
 (0)