Skip to content

Commit

Permalink
Merge branch 'fix-scratch-login-url'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Jun 12, 2024
2 parents 47fdba4 + bd53996 commit 9ff0e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scratch.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (f *Force) getScratchOrg(scratchOrgId string) (scratchOrg ScratchOrg, err e
}
scratchOrg = ScratchOrg{
UserName: org["SignupUsername"].(string),
InstanceUrl: fmt.Sprintf("https://%s.salesforce.com", org["SignupInstance"].(string)),
InstanceUrl: org["LoginUrl"].(string),
AuthCode: org["AuthCode"].(string),
}
return
Expand Down

0 comments on commit 9ff0e2f

Please sign in to comment.