mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/9824] Add space after [ticket/12345] in prepared commit message.
PHPBB3-9824
This commit is contained in:
parent
16a46e6a24
commit
9bed2b119c
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ then
|
||||||
tail="\n\nPHPBB3-${branch##ticket/}";
|
tail="\n\nPHPBB3-${branch##ticket/}";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[$branch]$tail$(cat "$1")" > "$1"
|
echo "[$branch] $tail$(cat "$1")" > "$1"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue