Skip to content

Commit

Permalink
fix: remove unnecessary flag value assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 20, 2024
1 parent d1b9dbd commit 525e5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/project/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default class Project extends SfCommand<CreateOutput> {
};
public async run(): Promise<CreateOutput> {
const { flags } = await this.parse(Project);
flags.ns = flags.namespace;

const flagsAsOptions: ProjectOptions = {
projectname: flags.name,
Expand Down

0 comments on commit 525e5f3

Please sign in to comment.