diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-01-20 21:07:37 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-01-20 21:07:37 +0000 |
commit | 148740cc6769b0faf7ee564552143ccd0a18768b (patch) | |
tree | 36df01c89082a64332fd926e0eec5bc6e20d126b /lib | |
parent | 5ade3a6b781413c62df2ce44f6b79ba8ef3c3d62 (diff) | |
parent | 6da0ab7d60ecdf189190ac095aecdf174e73a03e (diff) | |
download | gitlab-ce-148740cc6769b0faf7ee564552143ccd0a18768b.tar.gz |
Merge branch 'github_importer' into 'master'
Github importer: AJAX update status
#1907
See merge request !1417
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/github/project_creator.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/github/project_creator.rb b/lib/gitlab/github/project_creator.rb index 682ef389e44..7b04926071f 100644 --- a/lib/gitlab/github/project_creator.rb +++ b/lib/gitlab/github/project_creator.rb @@ -31,6 +31,8 @@ module Gitlab @project.import_start end end + + @project end end end |