Skip to content

Commit 45ecf32

Browse files
author
root
committed
Fix #401
1 parent 839f9e2 commit 45ecf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/redmine/scm/adapters/xitolite_adapter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def git_args
555555

556556

557557
def git_cache_enabled?
558-
RedmineGitHosting::Config.gitolite_cache_max_time > 0
558+
RedmineGitHosting::Config.gitolite_cache_max_time != 0
559559
end
560560

561561
end

0 commit comments

Comments
 (0)