mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix missing gitcmd
This commit is contained in:
parent
22cd402734
commit
f0945176c3
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ class VCS
|
|||
end
|
||||
|
||||
def stable
|
||||
cmd = %W"for-each-ref --format=\%(refname:short) refs/heads/ruby_[0-9]*"
|
||||
cmd = gitcmd + %W"for-each-ref --format=\%(refname:short) refs/heads/ruby_[0-9]*"
|
||||
branch(cmd_read(cmd)[/.*^(ruby_\d+_\d+)$/m, 1])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue