Merge pull request #59 from SteveChurch/patch-1

Update rakefile
This commit is contained in:
Benoit Tigeot 2020-07-24 14:13:19 +02:00 committed by Jon Rowe
parent 1a18e4c27d
commit ef0bb46e06
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ end
task :verify_private_key_present do
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
unless File.exist?(private_key)
raise "Your private key is not present. This gem should not be built without that."
raise "Your private key is not present. This gem should not be built without it."
end
end