Skip to content

Commit 35e9af1

Browse files
author
uid10804
committed
refactor(cli): remove unused reference from update-stack
1 parent d889130 commit 35e9af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/update-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class UpdateStackCommand extends Command {
4040
const logo = await Helpers.generateLogo('json-serverless');
4141
this.log(`${chalk.blueBright(logo)}`);
4242
this.log();
43-
const { args, flags } = this.parse(UpdateStackCommand);
43+
const { flags } = this.parse(UpdateStackCommand);
4444

4545
if (flags.currentdirectory) {
4646
Helpers.changeDirectory(flags.currentdirectory);

0 commit comments

Comments
 (0)