Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-shell
Commits
a09ab3b0
Commit
a09ab3b0
authored
Feb 27, 2015
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #214 from p8/master
Correct spelling: Symlinking is short for symbolic linking
parents
c2b324a9
df4fe383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab_projects.rb
lib/gitlab_projects.rb
+1
-1
No files found.
lib/gitlab_projects.rb
View file @
a09ab3b0
...
...
@@ -23,7 +23,7 @@ class GitlabProjects
local_hooks_directory
=
File
.
join
(
path
,
'hooks'
)
if
File
.
realpath
(
local_hooks_directory
)
!=
File
.
realpath
(
GLOBAL_HOOKS_DIRECTORY
)
$logger
.
info
"Moving existing hooks directory and s
i
mlinking global hooks directory for
#{
path
}
."
$logger
.
info
"Moving existing hooks directory and s
y
mlinking global hooks directory for
#{
path
}
."
FileUtils
.
mv
(
local_hooks_directory
,
"
#{
local_hooks_directory
}
.old.
#{
Time
.
now
.
to_i
}
"
)
FileUtils
.
ln_s
(
GLOBAL_HOOKS_DIRECTORY
,
local_hooks_directory
)
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment