Skip to content

Commit 5e0646b

Browse files
authored
docs: fix incorrect Ubuntu uninstall command
Fix the Ubuntu uninstall command which used the wrong package name.
1 parent aa4b6ab commit 5e0646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To uninstall:
111111

112112
```shell
113113
git-credential-manager-core unconfigure
114-
sudo dpkg -r gcm
114+
sudo dpkg -r gcmcore
115115
```
116116

117117
#### Other distributions

0 commit comments

Comments
 (0)