Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Dec 24, 2024
1 parent 3c32fa7 commit 80e7282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/optimize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class Optimize extends Command {
static flags = {
...optimizeFlags(),
...proxyFlags(),
}
};

static args = {
'spec-file': Args.string({description: 'spec path, url, or context-name', required: false}),
Expand Down

0 comments on commit 80e7282

Please sign in to comment.