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

Commit ef0bb46

Browse files
benoittgtJonRowe
authored andcommitted
Merge pull request #59 from SteveChurch/patch-1
Update rakefile
1 parent 1a18e4c commit ef0bb46

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)