aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-05-28 17:00:12 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2024-05-28 17:00:47 -0700
commitd0cde43a3371369275495f24446880cf59288e79 (patch)
treeec424311351860e8a7a140cd8c5199c2ae31e731 /tool
parent2eded6cc5d08510e9bff6242bfc86d10b68a3b82 (diff)
downloadruby-d0cde43a3371369275495f24446880cf59288e79.tar.gz
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.
Diffstat (limited to 'tool')
-rwxr-xr-xtool/redmine-backporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 596ae464b0..d79281fc45 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -194,7 +194,7 @@ def backport_command_string
end
@changesets.define_singleton_method(:validated){true}
end
- " #{merger_path} --ticket=#{@issue} #{@changesets.sort.join(',')}"
+ "#{merger_path} --ticket=#{@issue} #{@changesets.sort.join(',')}"
end
def status_char(obj)