Skip to content

Commit

Permalink
sfdx-actions#7 - restores the params for sfdxurl:store since that's a…
Browse files Browse the repository at this point in the history
… breaking change
  • Loading branch information
daveespo committed Apr 8, 2021
1 parent 899a2b7 commit 45df417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function createAuthFile(){
}

function authSFDX(){
var params = '--setdefaultdevhubusername -a SFDX-ENV'
var params = '--setdefaultdevhubusername --setdefaultusername -a SFDX-ENV'
exec('sfdx/bin/sfdx auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
if(error) throw(stderr)
core.debug(stdout)
Expand Down

0 comments on commit 45df417

Please sign in to comment.