Skip to content

Commit b015df3

Browse files
committed
Fixed capitalization
1 parent b00d1ea commit b015df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function activate(context: vscode.ExtensionContext) {
6262
)
6363

6464
context.subscriptions.push(
65-
vscode.commands.registerCommand("pearai-roo-cline.pearAILogout", async () => {
65+
vscode.commands.registerCommand("pearai-roo-cline.pearaiLogout", async () => {
6666
console.dir("Logged out of PearAI:")
6767
context.secrets.delete("pearai-token")
6868
context.secrets.delete("pearai-refresh")

0 commit comments

Comments
 (0)