update-test: fix for mkdir block form
This commit is contained in:
parent
406272f007
commit
1e57725e8f
@ -88,7 +88,8 @@ module Homebrew
|
||||
puts "Start commit: #{start_commit}"
|
||||
puts "End commit: #{end_commit}"
|
||||
|
||||
mkdir "update-test" do
|
||||
mkdir "update-test"
|
||||
chdir "update-test" do
|
||||
curdir = Pathname.new(Dir.pwd)
|
||||
|
||||
oh1 "Setup test environment..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user