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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user