redmine-backporter.rb: Remove an unneeded space
from #backport_command_string I don't want to leave unneeded spaces in the command history by copy-pasting the entire line.
This commit is contained in:
parent
2eded6cc5d
commit
d0cde43a33
@ -194,7 +194,7 @@ def backport_command_string
|
|||||||
end
|
end
|
||||||
@changesets.define_singleton_method(:validated){true}
|
@changesets.define_singleton_method(:validated){true}
|
||||||
end
|
end
|
||||||
" #{merger_path} --ticket=#{@issue} #{@changesets.sort.join(',')}"
|
"#{merger_path} --ticket=#{@issue} #{@changesets.sort.join(',')}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def status_char(obj)
|
def status_char(obj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user