Skip to content

Commit

Permalink
Additional bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Dec 16, 2023
1 parent eaeed3b commit 48c2bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/postPackagesPackageNameVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {

// Using our new VCS Service
// TODO: The "git" service shouldn't always be hardcoded.
let packMetadata = await vcs.newVersionData(user.content, ownerRepo, "git");
let packMetadata = await context.vcs.newVersionData(user.content, ownerRepo, "git");

if (!packMetadata.ok) {
const sso = new context.sso();
Expand Down

0 comments on commit 48c2bb6

Please sign in to comment.