Skip to content

Commit

Permalink
Merge branch 'main' into feature/more-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
David Glick authored Mar 17, 2021
2 parents ec5c9bf + 4b6961e commit 269fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/salesforce/promote_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _process_two_gp_deps(self, dependencies: List[Dict]) -> bool:
"The following packages must be promoted before this one."
)
self.logger.error(
"(Use `--auto-promote True` to automatically promote these dependencies):"
"(Use `--promote_dependencies True` to automatically promote these dependencies):"
)
self.logger.error("")
for dep in unpromoted_two_gp_deps:
Expand Down

0 comments on commit 269fdf2

Please sign in to comment.