Skip to content

Commit

Permalink
Fix #502
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 28, 2015
1 parent 26412d4 commit 6e4519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine/scm/adapters/xitolite_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def entries(path=nil, identifier=nil, options={})
entries.sort_by_name
rescue ScmCommandAborted => e
logger.error(e.message)
nil
[]
end


Expand Down

0 comments on commit 6e4519f

Please sign in to comment.