mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-30 23:57:05 +08:00
Merge pull request 'fix squash-my-commits output' (#2587) from schieberjunge/registry:fixes into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/2587 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
7147ba8abf
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ set -e
|
|||
echo 'Rebasing local changes against the registry master'
|
||||
git rebase dn42registry/master
|
||||
|
||||
echo 'Squashing $count commits ...'
|
||||
echo "Squashing $count commits..."
|
||||
|
||||
# construct a new comment based on previous commits
|
||||
comment="squashed commit:
|
||||
|
|
Loading…
Add table
Reference in a new issue