Skip to content

Commit

Permalink
deleteGitRepositories should be false by default, fixed after contrib…
Browse files Browse the repository at this point in the history
…ution fixing compatibility with other plugins
  • Loading branch information
ericpaulbishop committed Sep 28, 2011
1 parent fa3b2ed commit 1233e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'gitoliteIdentityFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa', 'gitoliteIdentityFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa',
'gitoliteIdentityPublicKeyFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa.pub', 'gitoliteIdentityPublicKeyFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa.pub',
'allProjectsUseGit' => 'false', 'allProjectsUseGit' => 'false',
'deleteGitRepositories' => 'true', 'deleteGitRepositories' => 'false',
'gitRepositoriesShowUrl' => 'true', 'gitRepositoriesShowUrl' => 'true',
'gitCacheMaxTime' => '-1', 'gitCacheMaxTime' => '-1',
'gitCacheMaxElements' => '100', 'gitCacheMaxElements' => '100',
Expand Down

0 comments on commit 1233e4a

Please sign in to comment.