temp fix for project hooks
This commit is contained in:
parent
5b0d6ac873
commit
a6c937a779
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Repository
|
|||
c.update_project(path, project)
|
||||
end
|
||||
|
||||
write_hooks
|
||||
write_hooks if File.exists?(project.path_to_repo)
|
||||
end
|
||||
|
||||
def destroy_repository
|
||||
|
|
Loading…
Reference in a new issue