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