dmwm / WMCore

Core workflow management components for CMS.
Apache License 2.0
46 stars 107 forks source link

Log the Pull Request number correctly in patchComponent.sh #12118

Closed oljemark closed 2 days ago

oljemark commented 2 days ago

Impact of the bug Minimal, unless patchComponent.sh is run programmatically.

Describe the bug The PR number is saved from argument $1 to the script, but echo statement misspells the variable name.

How to reproduce it Run the script and check for "Patching WMCore code with PR:"

Expected behavior Fix variable name typo.

Additional context and error message