Skip to content

Commit

Permalink
Update docs/org_config-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz authored Jan 17, 2025
1 parent 91a617e commit 8dc16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/org_config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://github.com/SFDO-Tooling/CumulusCI/blob/main/cumulusci/core/config/org_co
## org_config Object Methods

- `has_minimum_package_version(package_identifier, version_identifier)`: `true` if the org has a version of the specified package that is equal to or newer than the supplied version identifier.
The package identifier may be either a namespace or a 033 package Id.
The package identifier may be either a namespace or a `033` MetadataPackage ID.
The version identifier should be in "1.2.3" or "1.2.3b4" format.

`when` expressions can use the `has_minimum_package_version` method to check if a package is installed with a sufficient version.
Expand Down

0 comments on commit 8dc16ce

Please sign in to comment.