summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-07-31 01:24:32 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-07-31 01:24:32 +0100
commitbdcee760cddb6f1deaf010f3940efb31010c9ecb (patch)
tree6caea52b210a8b62592dd20d5f0fc5259228ce4f
parent84617d6dbee331155207c63a8fbc57894edc3d4c (diff)
Remove the \n at the end of each entry
-rwxr-xr-xintel-submit-build3
1 files changed, 1 insertions, 2 deletions
diff --git a/intel-submit-build b/intel-submit-build
index 0471d56..ebb4c60 100755
--- a/intel-submit-build
+++ b/intel-submit-build
@@ -179,8 +179,7 @@ else:
entry="""%(name)s:
remote: %(remote)s
branch: %(remote_branch)s
- commit: %(commit)s
-"""
+ commit: %(commit)s"""
for name in config.get_repositories():
desc = config.get_repository(name)