Skip to content

Commit

Permalink
fix(typo): workspacceFolders -> workspaceFolders
Browse files Browse the repository at this point in the history
  • Loading branch information
sbacic committed Jan 29, 2021
1 parent d3cd7b8 commit 7055a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/conventional-commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function getRepository({
.join(', ')}`,
);
output.appendLine(
`workspacceFolders: ${workspaceFolders
`workspaceFolders: ${workspaceFolders
?.map(function (folder) {
return folder.uri.fsPath;
})
Expand Down

0 comments on commit 7055a58

Please sign in to comment.