summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rwxr-xr-xapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 7544f0f..a20b8fc 100755
--- a/api.py
+++ b/api.py
@@ -218,7 +218,7 @@ class VCSWorker(API):
dirname, self.GITLAB_DOMAIN, self.GITLAB_PROJECT, ref,
name)
if ok:
- return 'Repository copied successfully'
+ return 'Repository copied successfully\n'
logging.error('Something went wrong when copying repository')
return bottle.HTTPError(418)