Skip to content

Commit c56217c

Browse files
authored
Update main.cpp
1 parent 9a138d4 commit c56217c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commandLine/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ int main(int argc, char** argv){
364364
//fix as we want to treat vscode as a platform not a template
365365
if( templateName == "vscode" ){
366366
templateName = "";
367-
addPlatform("vscode");
367+
addPlatforms("vscode");
368368
}
369369

370370
if (options[ADDONS].count() > 0){

0 commit comments

Comments
 (0)