Skip to content

Commit df4fe38

Browse files
committed
Correct spelling: Symlinking is short for symbolic linking
1 parent c2b324a commit df4fe38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gitlab_projects.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def self.create_hooks(path)
2323
local_hooks_directory = File.join(path, 'hooks')
2424

2525
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}."
26+
$logger.info "Moving existing hooks directory and symlinking global hooks directory for #{path}."
2727
FileUtils.mv(local_hooks_directory, "#{local_hooks_directory}.old.#{Time.now.to_i}")
2828
FileUtils.ln_s(GLOBAL_HOOKS_DIRECTORY, local_hooks_directory)
2929
else

0 commit comments

Comments
 (0)