Skip to content

Commit 698254e

Browse files
committed
Comment typo.
1 parent 3bede18 commit 698254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/index.activateGithubAnalyses.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function activateGithubAnalyses(store: Store, panel: Panel, outputChannel
6969
config.user = user;
7070
config.repoName = repoName.replace('.git', ''); // A repoName may optionally end with '.git'. Normalize it out.
7171

72-
// procces.cwd() returns '/'
72+
// proccess.cwd() returns '/'
7373
const workspacePath = workspace.workspaceFolders?.[0]?.uri?.fsPath; // TODO: Multiple workspaces.
7474
if (!workspacePath) return console.warn('No workspace');
7575
const gitHeadPath = `${workspacePath}/.git/HEAD`;

0 commit comments

Comments
 (0)