Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-05-26 14:37:49 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-05-26 14:37:49 +0400
commit3272620f724737f4dbb5e8c02f1610946435cd29 (patch)
treeae9fb3daccdf6b008ccb9c31d435e9548113c6ee /app/models/protected_branch.rb
parent8ceb94081ac516ccaed43f0f4841725a4f9fe2db (diff)
lib/ refactoring. Module Gitlabhq renamed to Gitlab
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r--app/models/protected_branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb
index 36e65633f58..e24412b245f 100644
--- a/app/models/protected_branch.rb
+++ b/app/models/protected_branch.rb
@@ -7,7 +7,7 @@ class ProtectedBranch < ActiveRecord::Base
after_destroy :update_repository
def update_repository
- Gitlabhq::GitHost.system.update_project(project.path, project)
+ Gitlab::GitHost.system.update_project(project.path, project)
end
def commit