aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-08-04 12:23:08 +0100
committerMike McQuaid2014-08-04 12:23:08 +0100
commit2559ee76b268ac28ac952e7a10ad2b78a6578425 (patch)
treea813f26b214c9f54f261fd4a7fd3902ce687e0d4 /Library
parente311583fe49c4231bd38211814bfb30fe3bd09c7 (diff)
downloadbrew-2559ee76b268ac28ac952e7a10ad2b78a6578425.tar.bz2
brew-test-bot: fix upload type bug.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
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']