fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_trailling_slash
git-svn-id: http://svn.redmine.org/redmine/trunk@12741 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5fc8cfe9e3
commit
7c56ed6004
|
@ -182,7 +182,7 @@ module Redmine
|
||||||
def without_trailling_slash(path)
|
def without_trailling_slash(path)
|
||||||
path ||= ''
|
path ||= ''
|
||||||
(path[-1,1] == "/") ? path[0..-2] : path
|
(path[-1,1] == "/") ? path[0..-2] : path
|
||||||
end
|
end
|
||||||
|
|
||||||
def shell_quote(str)
|
def shell_quote(str)
|
||||||
self.class.shell_quote(str)
|
self.class.shell_quote(str)
|
||||||
|
|
Loading…
Reference in New Issue