Commit c370c1b389fe4411b2c1740c23fb7396aa5e9698

Authored by Michele Franzin
1 parent 13e72f5a

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
... ...