summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-20 21:07:37 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-20 21:07:37 +0000
commit148740cc6769b0faf7ee564552143ccd0a18768b (patch)
tree36df01c89082a64332fd926e0eec5bc6e20d126b /lib
parent5ade3a6b781413c62df2ce44f6b79ba8ef3c3d62 (diff)
parent6da0ab7d60ecdf189190ac095aecdf174e73a03e (diff)
downloadgitlab-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.rb2
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