Skip to content

Commit c3ebfb9

Browse files
rootNicolas Rodriguez
root
authored and
Nicolas Rodriguez
committed
Fix #502
1 parent 143745a commit c3ebfb9

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
@@ -173,7 +173,7 @@ def entries(path=nil, identifier=nil, options={})
173173
entries.sort_by_name
174174
rescue ScmCommandAborted => e
175175
logger.error(e.message)
176-
nil
176+
[]
177177
end
178178

179179

0 commit comments

Comments
 (0)