Skip to content

Commit

Permalink
Remove force:
Browse files Browse the repository at this point in the history
  • Loading branch information
emregunel committed Jan 14, 2021
1 parent 11c4462 commit 4a88a04
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 4a88a04

Please sign in to comment.