Skip to content

Commit 9ff0e2f

Browse files
committed
Merge branch 'fix-scratch-login-url'
2 parents 47fdba4 + bd53996 commit 9ff0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scratch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (f *Force) getScratchOrg(scratchOrgId string) (scratchOrg ScratchOrg, err e
3333
}
3434
scratchOrg = ScratchOrg{
3535
UserName: org["SignupUsername"].(string),
36-
InstanceUrl: fmt.Sprintf("https://%s.salesforce.com", org["SignupInstance"].(string)),
36+
InstanceUrl: org["LoginUrl"].(string),
3737
AuthCode: org["AuthCode"].(string),
3838
}
3939
return

0 commit comments

Comments
 (0)