Skip to content

Commit

Permalink
Fix missing gitcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 30, 2019
1 parent 22cd402 commit f094517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/vcs.rb
Expand Up @@ -461,7 +461,7 @@ def trunk
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

Expand Down

0 comments on commit f094517

Please sign in to comment.