Skip to content

Commit

Permalink
🚚 Rename platforms -> build
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenaeg committed Aug 26, 2021
1 parent 70433d9 commit 1ead6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/command-get/src/commands/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface GetContext extends PluginContext {

export class Get extends PluginCommand<BuildEvents | GetEvents> {
static id = 'get';
static description = 'Downloads an existing platform project into the platforms folder.';
static description = 'Downloads an existing platform project into the build folder.';
static examples: string[] = [
'jovo get alexaSkill --skill-id amzn1.ask.skill.xxxxxxxx',
'jovo get googleAction --project-id testproject-xxxxxx',
Expand Down

0 comments on commit 1ead6b5

Please sign in to comment.