Skip to content

Commit 801cb4a

Browse files
committed
2 parents 7c75931 + 48c6202 commit 801cb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxmark3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def install
5151
(bin/"traces").install Dir["traces/*"]
5252

5353
# emv public keys file
54-
if File.exist?("client/emv/capk.txt") then
54+
if File.exist?("client/emv/capk.txt") then
5555
(bin/"emv").mkpath
5656
(bin/"emv").install "client/emv/capk.txt"
5757
end

0 commit comments

Comments
 (0)