Skip to content

Commit 624767d

Browse files
author
root
committed
Merge branch 'devel' into v1.0.x
2 parents b6108a6 + 45ecf32 commit 624767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine/scm/adapters/xitolite_adapter.rb

Lines changed: 1 addition & 1 deletion
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)