diff options
Diffstat (limited to 'scripts/ingen.py')
-rw-r--r-- | scripts/ingen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ingen.py b/scripts/ingen.py index 685b0538..f34bf990 100644 --- a/scripts/ingen.py +++ b/scripts/ingen.py @@ -224,7 +224,7 @@ class Remote(Interface): patch:subject <ingen:/root%s> ; patch:body [ %s -] . + ] . ''' % (path, body)) def set(self, path, body): |