Skip to content
Snippets Groups Projects
Commit 6f7c73e8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: fix tap directory name variable.

parent 0ce71f33
No related branches found
No related tags found
No related merge requests found
...@@ -651,8 +651,8 @@ module Homebrew ...@@ -651,8 +651,8 @@ module Homebrew
if ARGV.include? "--ci-reset-and-update" if ARGV.include? "--ci-reset-and-update"
safe_system "git", "reset", "--hard" safe_system "git", "reset", "--hard"
Dir.glob("#{HOMEBREW_LIBRARY}/Taps/*/*") do |tap| Dir.glob("#{HOMEBREW_LIBRARY}/Taps/*/*") do |tap_dir|
cd tap { safe_system "git", "reset", "--hard" } cd tap_dir { safe_system "git", "reset", "--hard" }
end end
safe_system "brew", "update" safe_system "brew", "update"
return return
......
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