Skip to content

Commit 0609d91

Browse files
Missed $
1 parent 0c8840a commit 0609d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/ember-cli-capacitor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
});
5050

5151
for (const platform of selected.platforms) {
52-
await this.addPackagesToProject([{ name: `@capacitor/{platform}` }]);
52+
await this.addPackagesToProject([{ name: `@capacitor/${platform}` }]);
5353
execSync(`npx cap add ${platform}`);
5454
}
5555
},

0 commit comments

Comments
 (0)