Skip to content

Commit

Permalink
fix(sfp): fix incorrect var name used
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 6, 2023
1 parent 38274db commit 09d7733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/src/SfpowerscriptsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default abstract class SfpowerscriptsCommand extends Command {

if(this.statics.flags.targetdevhubusername && this.statics.requiresDevhubUsername)
{
this.hubOrg = await Org.create({aliasOrUsername:this.flags.devhubalias});
this.hubOrg = await Org.create({aliasOrUsername:this.flags.targetdevhubusername});
}


Expand Down

0 comments on commit 09d7733

Please sign in to comment.