diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-28 17:03:47 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-28 17:03:47 -0800 |
| commit | 0a6fe80686c6b14869c2f85cc223095b84f48487 (patch) | |
| tree | 10d9b7c94b229a8d79b54a40463b27f3586e98be /lib | |
| parent | be7c65c650cd1e2ebd427f904a5f7fc74dc1b98d (diff) | |
| download | gitlab-shell-0a6fe80686c6b14869c2f85cc223095b84f48487.tar.gz | |
Join changes in GitlabNet library
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab_net.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index e1b7dfc..0911583 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -14,7 +14,7 @@ class GitlabNet params = { action: cmd, - changes: changes, + changes: changes.join("\n"), project: project_name, } |
