Fix bad argument string (#2184)

This commit is contained in:
Josh Mock
2024-03-27 09:45:25 -05:00
committed by GitHub
parent 7475dba8b9
commit 63eb92b42a

View File

@ -26,7 +26,7 @@ comment="Patch applied from $pr_shortcode"
tick='\`' # just trying to satisfy shellcheck here
has_rejects=''
for f in ./**/*.rej; do
has_rejects=' --draft'
has_rejects='--draft'
comment="$comment
## Rejected patch $tick$f$tick must be resolved: