Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Fix bug with hooks in forks
  fix typo 2
  • Loading branch information
zzet committed Jul 17, 2013
2 parents d8496d9 + ab0ce66 commit f253990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab_projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ def update_head

def create_hooks_to(dest_path)
hook_path = File.join(@config.gitlab_shell_path, 'hooks')
"rm -rf #{full_path}/hooks && ln -s #{hook_path} #{full_path}/hooks"
"rm -rf #{dest_path}/hooks && ln -s #{hook_path} #{dest_path}/hooks"
end
end

0 comments on commit f253990

Please sign in to comment.