From 1331a828dab91f2e053cb1a4b78b872af00410c1 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Mon, 16 Mar 2015 10:27:47 +0100 Subject: [PATCH] Add \n at the end of samples/local.conf Currently if you `cat` the file, the bash prompt will be at a weird position. And if you programmaticaly add a new line to this file, the line will be, in fact, appended to the previous line. Change-Id: I19ba018d9a934f8fdc07cc9bec50a0105f2710f9 --- samples/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/local.conf b/samples/local.conf index e4052c21ac..63000b65ba 100644 --- a/samples/local.conf +++ b/samples/local.conf @@ -98,4 +98,4 @@ SWIFT_DATA_DIR=$DEST/data # ------- # Install the tempest test suite -enable_service tempest \ No newline at end of file +enable_service tempest