diff options
| author | Mike McQuaid | 2014-08-04 12:23:08 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-04 12:23:08 +0100 |
| commit | c50ffd3d45bd8b97e04f260b05a5577b13f3f42a (patch) | |
| tree | 00de5f8d6e0c0a9a22e4afee2fc420e668b52a59 /Library | |
| parent | 99540ba5b3ef1b8e9a5b4c811f953ff8720801c0 (diff) | |
| download | homebrew-c50ffd3d45bd8b97e04f260b05a5577b13f3f42a.tar.bz2 | |
brew-test-bot: fix upload type bug.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index f64d79d12..074483cea 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -505,7 +505,7 @@ if ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload' ENV["GIT_COMMITTER_NAME"] = "BrewTestBot" ENV["GIT_COMMITTER_EMAIL"] = "brew-test-bot@googlegroups.com" ENV["GIT_WORK_TREE"] = homebrew_git_repo tap - ENV["GIT_DIR"] = ENV["GIT_WORK_TREE"]/".git" + ENV["GIT_DIR"] = "#{ENV["GIT_WORK_TREE"]}/.git" pr = ENV['UPSTREAM_PULL_REQUEST'] number = ENV['UPSTREAM_BUILD_NUMBER'] |
