aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tool/lib/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 63ed62b640..a65f1ffc49 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -547,7 +547,7 @@ class VCS
warn "retry trunk instead of master", uplevel: 0
STDERR.puts "existing branches:"
system(COMMAND, "branch", "-a", 1 => 2)
- url = Branch.new("trunk")
+ url.to_str.replace("trunk")
retry
end
raise