There was an error while loading. Please reload this page.
1 parent c2b324a commit df4fe38Copy full SHA for df4fe38
lib/gitlab_projects.rb
@@ -23,7 +23,7 @@ def self.create_hooks(path)
23
local_hooks_directory = File.join(path, 'hooks')
24
25
if File.realpath(local_hooks_directory) != File.realpath(GLOBAL_HOOKS_DIRECTORY)
26
- $logger.info "Moving existing hooks directory and simlinking global hooks directory for #{path}."
+ $logger.info "Moving existing hooks directory and symlinking global hooks directory for #{path}."
27
FileUtils.mv(local_hooks_directory, "#{local_hooks_directory}.old.#{Time.now.to_i}")
28
FileUtils.ln_s(GLOBAL_HOOKS_DIRECTORY, local_hooks_directory)
29
else
0 commit comments