Skip to content

Commit

Permalink
whoops need to update label
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Dec 27, 2024
1 parent e4806f8 commit 2a4bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/createProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export async function initProjectCreator(context: vscode.ExtensionContext) {
if (!manifestObj["dependencies"]) manifestObj["dependencies"] = {};
manifestObj["dependencies"][packageChoice.label] = {
github: {
ref: versionChoice,
ref: versionChoice.label,
...chosenPackage.dependency.github,
refs: undefined,
},
Expand Down

0 comments on commit 2a4bd66

Please sign in to comment.