Skip to content

Commit

Permalink
Merge pull request #6 from emregunel/master
Browse files Browse the repository at this point in the history
Change force:auth to auth
  • Loading branch information
fechanique authored Jan 14, 2021
2 parents 26fd7dd + 4a88a04 commit 995ab39
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 @@ -28,7 +28,7 @@ function createAuthFile(){

function authSFDX(){
var params = '--setdefaultdevhubusername --setdefaultusername -a SFDX-ENV'
exec('sfdx force:auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
exec('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 995ab39

Please sign in to comment.