1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-05 07:01:30 +00:00

remove spaces inside {} of lib/redmine/scm/adapters/cvs_adapter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20446 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-20 11:36:14 +00:00
parent 8163d23791
commit 2132ce2618

View File

@ -52,7 +52,7 @@ module Redmine
end
def scm_version_from_command_line
shellout("#{sq_bin} --version") { |io| io.read }.to_s
shellout("#{sq_bin} --version") {|io| io.read}.to_s
end
end