From 2f0a64ff6eb2dcef4a401325f9832956d66b8312 Mon Sep 17 00:00:00 2001 From: Reedip Banerjee Date: Fri, 2 Oct 2015 08:17:54 +0530 Subject: [PATCH] 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 --- tools/migrate_from_tempest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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