summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedip Banerjee <reedip.banerjee@nectechnologies.in>2015-10-02 08:17:54 +0530
committerReedip Banerjee <reedip.banerjee@nectechnologies.in>2015-10-02 10:30:32 +0530
commit2f0a64ff6eb2dcef4a401325f9832956d66b8312 (patch)
treeb9e63db8345be719a498eb19001cb35e600d399e
parent6d0b712e00dab4ad66bf79774f64c14b2434752c (diff)
downloadtempest-lib-2f0a64ff6eb2dcef4a401325f9832956d66b8312.tar.gz
Added a full stop to auto-generated commit message
migrate_from_tempest.sh did not have a full stop to end the commit message. This patch adds it. Change-Id: I8d8a1ad2487ca69cece4eda43afc710c46c60729
-rwxr-xr-xtools/migrate_from_tempest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/migrate_from_tempest.sh b/tools/migrate_from_tempest.sh
index a91cea8..09a7aeb 100755
--- a/tools/migrate_from_tempest.sh
+++ b/tools/migrate_from_tempest.sh
@@ -102,7 +102,8 @@ rm -rf $tmpdir
# Generate a migration commit
commit_message="Migrated $file_list from tempest"
pre_list=$"This migrates the above files from tempest. This includes tempest commits:"
-post_list=$"to see the commit history for these files refer to the above Change-Ids in the tempest repository"
+post_list=$"to see the commit history for these files refer to the above Change-Ids \nin the tempest repository."
+post_list=`echo -e $post_list`
if [ $service_client -eq 1 ]; then
bp_msg="Partially implements blueprint migrate-service-clients-to-tempest-lib"
else