Skip to content

Commit 44c42de

Browse files
qwazhubwriterCopilot
authored
Fix typo in troubleshoot-copilot-cli-auth.md (#60237)
Co-authored-by: hubwriter <hubwriter@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3db9fc7 commit 44c42de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/copilot/how-tos/copilot-cli/set-up-copilot-cli/troubleshoot-copilot-cli-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ On Linux, use the system keyring or store credentials in plaintext.
169169
command -v secret-tool
170170
```
171171

172-
1. If `secret-tool` is not found or the search command returns no results, install `libsecret` and its dependencies.
172+
1. If `secret-tool` is not found or the search command returns no results, install `libsecret` and its dependencies. For example, on Debian and Ubuntu you could use the following command."
173173

174174
```bash copy
175-
sudo apt sudo apt list libsecret-1-0 libsecret-1-dev libsecret-common gnome-keyring gnome-keyring-pkcs11 seahorse
175+
sudo apt install libsecret-1-0 gnome-keyring seahorse
176176
```
177177

178178
1. Once `secret-tool` is installed, search the keyring for a saved credential:

0 commit comments

Comments
 (0)