Commit ca524d8df398d569d3b2f87ec3744f60ce4105b7

Authored by Dmitriy Zaporozhets
2 parents 17cec050 c370c1b3

Merge pull request #1848 from seesaw/repos_symlinked

gitolite's repositories folder symlinked patch
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/status.rake
... ... @@ -49,7 +49,7 @@ namespace :gitlab do
49 49 end
50 50  
51 51 print "UMASK for .gitolite.rc is 0007? ............"
52   - if open("#{git_base_path}/../.gitolite.rc").grep(/UMASK([ \t]*)=([ \t>]*)0007/).any?
  52 + if open(File.absolute_path("#{git_base_path}/../.gitolite.rc")).grep(/UMASK([ \t]*)=([ \t>]*)0007/).any?
53 53 puts "YES".green
54 54 else
55 55 puts "NO".red
... ...