tools/split.sh: Tweak commit message

No period in the summary line.

Change-Id: Ic79bc85a92b43c60894b9e7e3423beeca5d832a8
Related: blueprint core-vendor-decomposition
This commit is contained in:
YAMAMOTO Takashi 2015-01-20 14:19:16 +09:00
parent b585715ab7
commit 6f696f8082
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ port=29418
project=stackforge/${project_name}.git
EOF
git add . && git commit -m "Generated new .gitreview file for ${project_name}."
git add . && git commit -m "Generated new .gitreview file for ${project_name}"
echo "Done."