Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/sync-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case $1 in
shift
setup
COMMITS=$*
REPRODUCE_COMMAND="$0 $@"
REPRODUCE_COMMAND="$0 select $@"
;;
help)
help
Expand All @@ -88,7 +88,7 @@ done
# Remove trailing ","
TITLE=${TITLE%?}

BODY=$(printf "%s\n\n%s" "$BODY" "This PR can be recreated with \`$REPRODUCE_COMMAND\`.")
BODY=$(printf "%s\n\n%s" "$BODY" "This PR can be recreated with \`$REPRODUCE_COMMAND\`.")

echo "-----------------------------------"
echo "$TITLE"
Expand Down