Skip to content

Commit 1233e4a

Browse files
deleteGitRepositories should be false by default, fixed after contribution fixing compatibility with other plugins
1 parent fa3b2ed commit 1233e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'gitoliteIdentityFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa',
2121
'gitoliteIdentityPublicKeyFile' => RAILS_ROOT + '/.ssh/gitolite_admin_id_rsa.pub',
2222
'allProjectsUseGit' => 'false',
23-
'deleteGitRepositories' => 'true',
23+
'deleteGitRepositories' => 'false',
2424
'gitRepositoriesShowUrl' => 'true',
2525
'gitCacheMaxTime' => '-1',
2626
'gitCacheMaxElements' => '100',

0 commit comments

Comments
 (0)