mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20194 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -52,9 +52,7 @@ module Redmine
|
|||||||
end
|
end
|
||||||
|
|
||||||
def info
|
def info
|
||||||
info = Info.new({:root_url => target(),
|
info = Info.new({:root_url => target(), :lastrev => nil})
|
||||||
:lastrev => nil
|
|
||||||
})
|
|
||||||
info
|
info
|
||||||
rescue CommandFailed
|
rescue CommandFailed
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user