Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ def self.find_graal
end

def self.git_branch
@git_branch ||= `git rev-parse --abbrev-ref HEAD`.strip
@git_branch ||= `GIT_DIR="#{JRUBY_DIR}/.git" git rev-parse --abbrev-ref HEAD`.strip
end

def self.mangle_for_env(name)

0 comments on commit 454b0ae

Please sign in to comment.