summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-01 13:08:51 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-04-01 13:08:51 +0000
commit5500ef16d83b569cc11d4f4e7e0c26a354d0f382 (patch)
tree8722f0613b22c4c69f50a861c5870d6d1dfe3e37
parente93df87086d4e672e2ca49dde64f65a898c82a7a (diff)
downloadmorph-5500ef16d83b569cc11d4f4e7e0c26a354d0f382.tar.gz
Morph build 667e9c8cde344728a52c8a69b79a3def
System branch: master
-rw-r--r--morphlib/ostree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/ostree.py b/morphlib/ostree.py
index 45514e2f..ed2c59da 100644
--- a/morphlib/ostree.py
+++ b/morphlib/ostree.py
@@ -105,7 +105,7 @@ class OSTreeRepo(object):
def commit(self, subject, srcdir, branch, body=''):
"""Commit the contents of 'srcdir' to 'branch'.
-
+
The subject parameter is the title of the commit message, and the
body parameter is the body of the commit message.