From 8d109800ea33e6c98b1d92e7e2131fb6a805ebd2 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 7 Feb 2014 12:46:04 +0100 Subject: [PATCH] Fix the permissions of gitlab-rake --- config/software/gitlab-core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/gitlab-core.rb b/config/software/gitlab-core.rb index c4800c7..70069bd 100644 --- a/config/software/gitlab-core.rb +++ b/config/software/gitlab-core.rb @@ -63,6 +63,6 @@ build do # Create a wrapper for the rake tasks of the Rails app erb :dest => "#{install_dir}/bin/gitlab-rake", :source => "bundle_exec_wrapper.erb", - :mode => "775", + :mode => 0755, :vars => {:command => 'rake "$@"'} end -- libgit2 0.21.2