Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit b8032dd

Browse files
authored
Merge pull request #59 from SteveChurch/patch-1
Update rakefile
2 parents 3e6c0fb + 528ce21 commit b8032dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
task :verify_private_key_present do
1818
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
1919
unless File.exist?(private_key)
20-
raise "Your private key is not present. This gem should not be built without that."
20+
raise "Your private key is not present. This gem should not be built without it."
2121
end
2222
end
2323

0 commit comments

Comments
 (0)