Skip to content

Commit

Permalink
fix(eexpandd): fix incorrect flag assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 15, 2023
1 parent f079c37 commit 6d83cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Expand extends SfpowerscriptsCommand {
protected static requiresDevhubUsername = true;
protected static requiresProject = true;

public static Flags = {
public static flags = {
targetdevhubusername,
overwrite: Flags.boolean({
char: 'o',
Expand Down

0 comments on commit 6d83cef

Please sign in to comment.