Skip to content

Commit ee68db9

Browse files
authored
Rename hosts.json to apps.json for Copilot secret configuration (#273)
1 parent 2880015 commit ee68db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gp/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local config = {
4444
secret = {
4545
"bash",
4646
"-c",
47-
"cat ~/.config/github-copilot/hosts.json | sed -e 's/.*oauth_token...//;s/\".*//'",
47+
"cat ~/.config/github-copilot/apps.json | sed -e 's/.*oauth_token...//;s/\".*//'",
4848
},
4949
},
5050
ollama = {

0 commit comments

Comments
 (0)