Skip to content
Snippets Groups Projects
Commit b70367fa authored by Max Howell's avatar Max Howell
Browse files

cd HOMEBREW_REPOSITORY before trying to git info it

parent dd0df9bd
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ def dump_config
cores = Hardware.cores_as_words
llvm = llvm_build
gcc = gcc_build
sha = `git rev-parse --verify HEAD`.chomp
sha = `cd #{HOMEBREW_REPOSITORY} && git rev-parse --verify HEAD 2> /dev/null`.chomp
kernel_arch = `uname -m`.chomp
puts <<-EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment