mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(changelog): fix spacing in breaking changes message
This commit is contained in:
parent
3635d7cf7e
commit
3d51d63077
@ -286,7 +286,7 @@ function display-release {
|
||||
|
||||
local hash subject
|
||||
for hash message in ${(kv)breaking}; do
|
||||
echo " - $(fmt:hash) $(fmt:scope) $(fmt:subject "${message}")"
|
||||
echo " - $(fmt:hash) $(fmt:scope)$(fmt:subject "${message}")"
|
||||
done | sort
|
||||
echo
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user