Skip to content

Commit

Permalink
fix package id
Browse files Browse the repository at this point in the history
  • Loading branch information
benahm committed Sep 7, 2021
1 parent ccecfc6 commit 05f1f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Inserted data*:

### Install :

Get the ``TestDataFactory`` class by installing the [TestDataFactory Unlocked Package](https://test.salesforce.com/packaging/installPackage.apexp?p0=004t1n000002WsK5AAK) 🔓📦 in your org using the UI or by running the following sfdx command
Get the ``TestDataFactory`` class by installing the [TestDataFactory Unlocked Package](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1n000002WsK5AAK) 🔓📦 in your org using the UI or by running the following sfdx command

sfdx force:package:install --wait 10 --publishwait 10 --package 004t1n000002WsK5AAK -r -u AliasOfYourOrg
sfdx force:package:install --wait 10 --publishwait 10 --package 04t1n000002WsK5AAK -r -u AliasOfYourOrg


### More :
Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"packageAliases": {
"ApexTestDataFactory": "0Ho1n000000TN3pCAG",
"[email protected]": "04t1n000002aDxFAAU",
"[email protected]": "004t1n000002WsK5AAK",
"[email protected]": "04t1n000002WsK5AAK",
"[email protected]": "04t1n000002WsK5AAK",
"[email protected]": "04t1n000002WsK5AAK"
}
Expand Down

0 comments on commit 05f1f76

Please sign in to comment.