Skip to content

Commit 14c01e6

Browse files
committed
Merge branch 'hotfix/0.2.10'
2 parents 568bc55 + 8d024ec commit 14c01e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bin/compile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ keys = if use_single_key
130130

131131
# Verify that the keys are all good keys
132132
arrow "Verifying Keys"
133-
Dir.mktmpdir('ssh_buidpack') do |dir|
134-
keys.each do |key|
135-
verify_key key, dir
136-
end
133+
keys.each do |key|
134+
verify_key key
137135
end
138136

139137
# Create the ssh directory on the server

0 commit comments

Comments
 (0)